:root {
  color-scheme: dark;
  --dc-bg: #060709;
  --dc-bg-deep: #030405;
  --dc-panel: rgba(11, 14, 18, 0.88);
  --dc-panel-strong: rgba(7, 10, 14, 0.94);
  --dc-panel-soft: rgba(15, 18, 24, 0.78);
  --dc-panel-glass: rgba(12, 15, 19, 0.72);
  --dc-border: rgba(255, 255, 255, 0.1);
  --dc-border-soft: rgba(255, 255, 255, 0.06);
  --dc-border-strong: rgba(247, 199, 24, 0.28);
  --dc-text: #f4f6fa;
  --dc-text-soft: rgba(244, 246, 250, 0.84);
  --dc-text-muted: rgba(169, 179, 195, 0.82);
  --dc-gold: #f7c718;
  --dc-gold-strong: #ffdf58;
  --dc-gold-dark: #9a7100;
  --dc-blue: #7c97ff;
  --dc-blue-soft: rgba(124, 151, 255, 0.14);
  --dc-green: #45e778;
  --dc-green-soft: rgba(69, 231, 120, 0.18);
  --dc-red: #ff6464;
  --dc-red-soft: rgba(255, 100, 100, 0.16);
  --dc-shadow: 0 32px 84px rgba(0, 0, 0, 0.42);
  --dc-shadow-soft: 0 18px 44px rgba(0, 0, 0, 0.24);
  --dc-radius: 30px;
  --dc-radius-lg: 24px;
  --dc-radius-md: 18px;
  --container: min(1240px, calc(100% - 32px));
  --section-space: clamp(4rem, 7vw, 7rem);
  --font-display: "Sora", "Inter", system-ui, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;
  --font-mono: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  font-family: var(--font-body);
  color: var(--dc-text);
  background:
    radial-gradient(circle at 50% 84%, rgba(247, 188, 56, 0.1), transparent 22%),
    radial-gradient(circle at 50% 100%, rgba(247, 188, 56, 0.08), transparent 34%),
    linear-gradient(180deg, #030405 0%, #050709 44%, #040506 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background:
    linear-gradient(116deg, transparent 0 19%, rgba(247, 188, 56, 0.12) 19.15%, transparent 19.45%),
    linear-gradient(134deg, transparent 0 68%, rgba(247, 188, 56, 0.1) 68.15%, transparent 68.45%),
    linear-gradient(rgba(255, 214, 110, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 214, 110, 0.028) 1px, transparent 1px);
  background-size: 100% 100%, 100% 100%, 54px 54px, 54px 54px;
  opacity: 0.68;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.92), transparent 96%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 206, 96, 0.08) 0 1px, transparent 1.5px),
    radial-gradient(circle at 78% 14%, rgba(255, 206, 96, 0.08) 0 1px, transparent 1.5px),
    radial-gradient(circle at 70% 36%, rgba(255, 206, 96, 0.06) 0 1px, transparent 1.5px),
    radial-gradient(circle at 28% 64%, rgba(255, 206, 96, 0.06) 0 1px, transparent 1.5px),
    radial-gradient(circle at 86% 74%, rgba(255, 206, 96, 0.06) 0 1px, transparent 1.5px),
    radial-gradient(circle at 50% -8%, rgba(255, 223, 88, 0.07), transparent 24%),
    radial-gradient(circle at 82% 20%, rgba(247, 188, 56, 0.08), transparent 18%),
    radial-gradient(circle at 50% 108%, rgba(247, 188, 56, 0.2), transparent 30%);
}

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

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

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

h1,
h2,
h3,
p,
ul,
ol {
  margin: 0;
}

ul,
ol {
  padding: 0;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -48px;
  z-index: 100;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: #fff;
  color: #000;
}

.skip-link:focus {
  top: 12px;
}

.shell {
  width: var(--container);
  margin: 0 auto;
}

.section {
  position: relative;
  padding: var(--section-space) 0;
}

.section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 14% 14%, rgba(255, 199, 24, 0.024), transparent 15%),
    radial-gradient(circle at 88% 8%, rgba(124, 151, 255, 0.02), transparent 16%);
  opacity: 0.52;
}

.intro-page {
  position: relative;
  isolation: isolate;
  overflow-x: clip;
}

.intro-page::before {
  content: "";
  position: absolute;
  left: 50%;
  top: clamp(29rem, 66vh, 41rem);
  width: min(132rem, 196vw);
  height: clamp(18rem, 36vw, 32rem);
  transform: translateX(-50%);
  pointer-events: none;
  z-index: -2;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 50% 100%, rgba(255, 204, 92, 0.98) 0 0.9%, rgba(255, 204, 92, 0.34) 3.8%, rgba(255, 204, 92, 0.12) 10%, rgba(255, 204, 92, 0.04) 18%, transparent 42%),
    radial-gradient(ellipse at 50% 92%, rgba(247, 188, 56, 0.22), rgba(247, 188, 56, 0.08) 28%, transparent 58%);
  opacity: 0.96;
}

.intro-page::after {
  content: "";
  position: absolute;
  left: 50%;
  top: clamp(25rem, 58vh, 37rem);
  width: min(138rem, 208vw);
  height: clamp(28rem, 48vw, 40rem);
  transform: translateX(-50%);
  pointer-events: none;
  z-index: -3;
  background:
    radial-gradient(ellipse at 50% 34%, rgba(247, 188, 56, 0.22), rgba(247, 188, 56, 0.08) 22%, rgba(247, 188, 56, 0.02) 36%, transparent 64%),
    radial-gradient(ellipse at 50% 62%, rgba(247, 188, 56, 0.18), rgba(247, 188, 56, 0.06) 20%, transparent 52%);
  filter: blur(16px);
  opacity: 0.94;
}

.stack {
  display: grid;
  gap: 1.2rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  padding: 10px 0;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 60px;
  padding: 10px 12px;
  border: 1px solid var(--dc-border);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(13, 17, 22, 0.94), rgba(8, 11, 16, 0.78));
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(16px);
}

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

.brand__logo {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  border-radius: 12px;
}

.brand__text {
  font-family: var(--font-display);
  font-size: 1.04rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.94rem;
  font-weight: 800;
  text-align: center;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease;
}

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

.button-large {
  min-height: 56px;
  padding: 0 24px;
}

.button-primary {
  color: #0d0b05;
  background:
    radial-gradient(circle at 88% 50%, rgba(170, 120, 0, 0.36), transparent 8%),
    linear-gradient(135deg, #ffd719 0%, #ffef68 48%, #e4a900 100%);
  box-shadow:
    0 18px 44px rgba(247, 199, 24, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.button-secondary {
  color: var(--dc-text);
  border-color: rgba(247, 199, 24, 0.32);
  background: linear-gradient(180deg, rgba(16, 18, 23, 0.82), rgba(6, 8, 10, 0.82));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.eyebrow,
.command-panel__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 209, 66, 0.88);
}

.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--dc-gold);
  box-shadow: 0 0 18px rgba(247, 199, 24, 0.5);
}

.status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid var(--dc-border);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.status-pill--gold {
  color: var(--dc-gold);
  border-color: var(--dc-border-strong);
}

.status-pill--safe {
  color: var(--dc-green);
  border-color: rgba(69, 231, 120, 0.32);
}

.status-pill--danger {
  color: var(--dc-red);
  border-color: rgba(255, 100, 100, 0.3);
}

.status-pill--warn {
  color: var(--dc-gold-strong);
  border-color: rgba(247, 199, 24, 0.24);
}

.hero {
  position: relative;
  overflow: clip;
  padding-top: clamp(1rem, 4vw, 2.25rem);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(4, 6, 8, 0.34) 0%, rgba(4, 6, 8, 0.12) 28%, rgba(4, 6, 8, 0.46) 62%, rgba(4, 6, 8, 0.6) 100%),
    linear-gradient(90deg, rgba(3, 4, 6, 0.84) 0%, rgba(3, 4, 6, 0.24) 42%, rgba(3, 4, 6, 0.74) 100%);
}

.hero__background {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
}

.hero__background::before {
  content: none;
}

.hero__background::after {
  content: none;
}

.hero__ambient,
.hero-visual-frame__glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(58px);
}

.hero__ambient--left {
  width: 18rem;
  height: 18rem;
  left: -4rem;
  top: 8rem;
  background: rgba(255, 223, 88, 0.07);
}

.hero__ambient--right {
  width: 22rem;
  height: 22rem;
  right: -7rem;
  top: 12rem;
  background: rgba(255, 199, 24, 0.08);
}

.hero__gridlines {
  position: absolute;
  inset: 7% 11% 16%;
  opacity: 0.24;
  background:
    linear-gradient(rgba(255, 199, 24, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 199, 24, 0.045) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: radial-gradient(circle at 55% 50%, rgba(0, 0, 0, 1), transparent 80%);
}

.hero__grid,
.two-up,
.three-up,
.performance-layout {
  display: grid;
  gap: 1rem;
}

.hero__grid {
  align-items: start;
}

.hero__copy {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 0.78rem;
  align-content: start;
}

.hero-kicker-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
}

.hero-kicker-chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(247, 199, 24, 0.16);
  background: rgba(15, 17, 20, 0.62);
  color: rgba(255, 217, 105, 0.88);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero__title,
.section-heading h2,
.command-panel h2,
.command-panel h3 {
  font-family: var(--font-display);
  letter-spacing: -0.05em;
}

.hero__title {
  max-width: 6.2ch;
  font-size: clamp(2.35rem, 8.4vw, 4.5rem);
  line-height: 0.9;
}

.hero__title span {
  display: block;
  color: var(--dc-gold);
  text-shadow: 0 0 26px rgba(247, 199, 24, 0.18);
}

.hero__dot {
  display: inline;
}

.hero__lead,
.section-heading p,
.command-panel p,
.timeline-card p {
  color: var(--dc-text-muted);
  line-height: 1.58;
}

.hero__lead {
  max-width: 18rem;
  font-size: 0.98rem;
  color: var(--dc-text-soft);
}

.hero__actions {
  display: grid;
  gap: 0.7rem;
  width: min(100%, 360px);
}

.hero__trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
  width: min(100%, 520px);
}

.trust-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.68rem;
  min-width: 0;
  min-height: 56px;
  padding: 0.72rem 0.8rem;
  border-radius: 18px;
  border: 1px solid rgba(247, 199, 24, 0.12);
  background:
    linear-gradient(180deg, rgba(18, 22, 28, 0.82), rgba(10, 13, 16, 0.78)),
    rgba(11, 14, 18, 0.56);
  color: rgba(242, 245, 247, 0.9);
  line-height: 1.22;
  font-weight: 650;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.trust-item__icon {
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  position: relative;
  width: 1.68rem;
  height: 1.68rem;
  border-radius: 12px;
  background: rgba(247, 199, 24, 0.1);
  box-shadow:
    inset 0 0 0 1px rgba(247, 199, 24, 0.12),
    0 0 14px rgba(247, 199, 24, 0.08);
}

.trust-item__label {
  display: block;
  min-width: 0;
  font-size: 0.8rem;
}

.trust-item__icon::before,
.trust-item__icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.trust-item__icon--shield::before {
  inset: 3px 4px 4px;
  background: linear-gradient(180deg, rgba(255, 223, 88, 0.96), rgba(247, 199, 24, 0.78));
  clip-path: polygon(50% 0%, 92% 18%, 82% 76%, 50% 100%, 18% 76%, 8% 18%);
}

.trust-item__icon--sync::before {
  inset: 4px;
  border: 1.6px solid var(--dc-gold-strong);
  border-right-color: transparent;
  border-radius: 999px;
  transform: rotate(-28deg);
}

.trust-item__icon--sync::after {
  width: 6px;
  height: 6px;
  top: 4px;
  right: 3px;
  border-top: 1.6px solid var(--dc-gold-strong);
  border-right: 1.6px solid var(--dc-gold-strong);
  transform: rotate(18deg);
}

.trust-item__icon--lock::before {
  left: 4px;
  right: 4px;
  bottom: 4px;
  height: 8px;
  border: 1.6px solid var(--dc-gold-strong);
  border-radius: 3px;
}

.trust-item__icon--lock::after {
  left: 6px;
  top: 3px;
  width: 8px;
  height: 8px;
  border: 1.6px solid var(--dc-gold-strong);
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
}

.disclaimer {
  max-width: 38rem;
  padding: 0.82rem 0.92rem;
  border-left: 2px solid rgba(124, 151, 255, 0.34);
  border-radius: 0 16px 16px 0;
  background: rgba(124, 151, 255, 0.06);
  font-size: 0.76rem;
  line-height: 1.58;
  color: rgba(245, 247, 251, 0.78);
}

.hero__visual {
  position: relative;
  z-index: 2;
}

.hero-visual-frame {
  position: relative;
  min-height: 23rem;
  padding: 1rem 0 3.4rem;
}

.hero-visual-frame__glow {
  width: 230px;
  height: 230px;
  right: 12%;
  top: 12%;
  background: rgba(247, 199, 24, 0.16);
}

.hero-visual-frame__beam {
  position: absolute;
  z-index: 1;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 223, 88, 0.95), transparent);
  box-shadow: 0 0 26px rgba(247, 199, 24, 0.34);
  transform: rotate(-41deg);
  opacity: 0.62;
}

.hero-visual-frame__beam--one {
  width: 180px;
  left: -0.4rem;
  top: 4.4rem;
}

.hero-visual-frame__beam--two {
  width: 132px;
  right: 0;
  bottom: 6.2rem;
}

.hero__phone {
  position: relative;
  z-index: 3;
  width: min(100%, 430px);
  max-width: none;
  margin-left: auto;
  filter:
    drop-shadow(0 48px 82px rgba(0, 0, 0, 0.6))
    drop-shadow(0 0 24px rgba(247, 199, 24, 0.1));
}

.hero-float {
  position: absolute;
  z-index: 4;
  display: grid;
  gap: 0.3rem;
  min-width: 0;
  padding: 0.82rem 0.9rem;
  border-radius: 20px;
  border: 1px solid rgba(247, 199, 24, 0.16);
  background:
    linear-gradient(180deg, rgba(14, 17, 21, 0.94), rgba(7, 9, 12, 0.88));
  box-shadow: var(--dc-shadow-soft);
  backdrop-filter: blur(16px);
}

.hero-float span,
.hero-proof strong,
.hero-market-pill small,
.hero-market-pill span,
.metric-card span,
.stat-box span,
.ring-card span,
.curve-label,
.chart-card__head span,
.timeline-card__index {
  text-transform: uppercase;
}

.hero-float span,
.hero-market-pill span,
.metric-card span,
.stat-box span,
.ring-card span,
.curve-label,
.chart-card__head span,
.timeline-card__index {
  color: rgba(165, 176, 191, 0.82);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
}

.hero-float strong,
.metric-card strong,
.stat-box strong,
.ring-card strong,
.count-up {
  font-family: var(--font-mono);
  font-size: 1.1rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.hero-float small,
.metric-card small,
.stat-box small {
  color: var(--dc-text-muted);
  font-size: 0.72rem;
}

.stat-box__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  color: rgba(255, 223, 88, 0.92);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.stat-box__eyebrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 14px rgba(247, 199, 24, 0.32);
}

.hero-float--performance {
  left: 0;
  top: 0.8rem;
}

.hero-float--performance strong {
  color: var(--dc-green);
}

.hero-float--discipline {
  right: 0.4rem;
  top: 42%;
}

.hero-float--discipline strong {
  color: var(--dc-gold-strong);
}

.hero-float--risk {
  left: 0.9rem;
  bottom: 1.1rem;
}

.hero-float--risk strong {
  color: var(--dc-green);
}

.hero__after {
  position: relative;
  z-index: 5;
  display: grid;
  gap: 0.9rem;
  margin-top: -0.3rem;
}

.hero-proof {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.15rem;
  padding: 1.08rem 1.12rem 1.08rem 1.22rem;
  border-radius: 24px;
  border: 1px solid rgba(247, 199, 24, 0.14);
  background:
    radial-gradient(circle at 84% 16%, rgba(247, 199, 24, 0.14), transparent 26%),
    radial-gradient(circle at 20% 100%, rgba(124, 151, 255, 0.08), transparent 32%),
    linear-gradient(135deg, rgba(16, 20, 24, 0.94), rgba(6, 9, 12, 0.96));
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(16px);
}

.hero-proof::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(120deg, transparent 0 68%, rgba(247, 199, 24, 0.1) 68.3%, transparent 69.2%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 30%);
  opacity: 0.7;
  pointer-events: none;
}

.hero-proof::after {
  content: "";
  position: absolute;
  inset: auto 1.1rem 0.82rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(247, 199, 24, 0), rgba(247, 199, 24, 0.34), rgba(247, 199, 24, 0));
  opacity: 0.75;
  pointer-events: none;
}

.hero-proof__copy {
  display: grid;
  gap: 0.32rem;
  max-width: 34rem;
}

.hero-proof strong {
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.94rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(247, 199, 24, 0.08);
}

.hero-proof span {
  max-width: 29rem;
  color: rgba(201, 209, 220, 0.82);
  font-size: 0.87rem;
  line-height: 1.46;
}

.hero-proof__group {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  padding: 0.32rem 0.34rem 0.32rem 0.58rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 11, 14, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.hero-proof__group .hero-avatar:first-child {
  margin-left: 0;
}

.hero-avatar {
  width: 2.35rem;
  height: 2.35rem;
  margin-left: -0.42rem;
  border-radius: 999px;
  border: 2px solid rgba(5, 8, 10, 0.94);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.hero-avatar--one {
  background: linear-gradient(135deg, #9a5b2e, #f1c2a1);
}

.hero-avatar--two {
  background: linear-gradient(135deg, #3d2c21, #c78f66);
}

.hero-avatar--three {
  background: linear-gradient(135deg, #3a1b24, #d76373);
}

.hero-avatar--four {
  background: linear-gradient(135deg, #201d1a, #9d6b49);
}

.hero-proof__group b {
  display: inline-grid;
  place-items: center;
  min-width: 4.7rem;
  height: 2.35rem;
  margin-left: 0.18rem;
  padding: 0 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(247, 199, 24, 0.34);
  color: var(--dc-gold-strong);
  background: linear-gradient(180deg, rgba(29, 24, 8, 0.92), rgba(16, 15, 10, 0.88));
  box-shadow: 0 0 18px rgba(247, 199, 24, 0.12);
}

.hero-market-strip {
  border: 1px solid rgba(247, 199, 24, 0.14);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    rgba(15, 18, 24, 0.78);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.hero-market-strip__viewport {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.hero-market-strip__track {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  width: max-content;
  min-width: 100%;
  padding: 0.84rem 0.9rem;
  animation: heroMarketScroll 28s linear infinite;
}

.hero-market-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  flex: 0 0 auto;
  min-height: 34px;
  padding-right: 0.8rem;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  white-space: nowrap;
}

.hero-market-pill:last-child {
  border-right: 0;
  padding-right: 0;
}

.hero-market-pill span {
  color: rgba(245, 247, 251, 0.92);
  font-weight: 700;
}

.hero-market-pill strong {
  color: var(--dc-gold);
}

.hero-market-pill small {
  color: var(--dc-text-muted);
  font-size: 0.68rem;
  letter-spacing: 0.06em;
}

@keyframes heroMarketScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 0.4rem));
  }
}

.command-panel {
  position: relative;
  display: grid;
  gap: 0.95rem;
  padding: clamp(1rem, 2.4vw, 1.5rem);
  border: 1px solid var(--dc-border);
  border-radius: var(--dc-radius);
  background:
    radial-gradient(circle at top right, rgba(124, 151, 255, 0.12), transparent 30%),
    radial-gradient(circle at top left, rgba(247, 199, 24, 0.1), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015)),
    var(--dc-panel);
  box-shadow: var(--dc-shadow);
  overflow: hidden;
}

.command-panel::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.02);
  pointer-events: none;
}

.command-panel--accent {
  background:
    radial-gradient(circle at top left, rgba(247, 199, 24, 0.18), transparent 28%),
    radial-gradient(circle at right, rgba(124, 151, 255, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    var(--dc-panel);
}

.command-panel--cta {
  justify-items: center;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(247, 199, 24, 0.18), transparent 26%),
    radial-gradient(circle at 85% 20%, rgba(124, 151, 255, 0.12), transparent 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    var(--dc-panel-strong);
}

.command-panel__header,
.split-header {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: space-between;
  align-items: flex-start;
}

.command-panel__header h2,
.split-header h3 {
  font-size: clamp(1.08rem, 3vw, 1.5rem);
  line-height: 1.08;
}

.section-heading {
  display: grid;
  gap: 0.55rem;
  max-width: 38rem;
}

.section-heading h2 {
  font-size: clamp(1.85rem, 5.2vw, 3rem);
  line-height: 1.02;
}

.section-heading--tight {
  max-width: 42rem;
}

.section-heading--tight h2 {
  font-size: clamp(1.7rem, 4.4vw, 2.45rem);
}

.section-heading--center {
  max-width: 44rem;
  justify-items: center;
  margin-inline: auto;
  text-align: center;
}

.hero-scoreboard,
.stats-grid,
.sync-stats,
.calendar-stats,
.edge-stats {
  display: grid;
  gap: 0.75rem;
}

.metric-card,
.stat-box,
.ring-card,
.timeline-card {
  min-width: 0;
  border: 1px solid var(--dc-border);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    var(--dc-panel-soft);
}

.metric-card,
.stat-box,
.ring-card {
  display: grid;
  gap: 0.45rem;
  padding: 0.84rem;
}

.metric-card--focus {
  border-color: var(--dc-border-strong);
  background:
    radial-gradient(circle at top left, rgba(247, 199, 24, 0.18), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    var(--dc-panel-soft);
}

.hero-curve-card,
.chart-card,
.calendar-card,
.radar-card,
.risk-shell {
  display: grid;
  gap: 0.8rem;
  padding: 0.88rem;
  border: 1px solid var(--dc-border-soft);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.02);
}

.curve-flags,
.chart-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.mini-flag {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid var(--dc-border);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.72rem;
  white-space: nowrap;
}

.mini-flag--safe {
  color: var(--dc-green);
}

.mini-flag--danger {
  color: var(--dc-red);
}

.mini-flag--warn {
  color: var(--dc-gold);
}

.sparkline,
.performance-chart {
  width: 100%;
  height: auto;
}

.sparkline__grid,
.chart-grid,
.chart-axis,
.radar-grid polygon,
.radar-grid line {
  fill: none;
  stroke: rgba(255, 255, 255, 0.12);
  stroke-width: 1;
}

.draw-line {
  fill: none;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
}

.draw-line--performance {
  stroke: url(#performanceGradient);
}

.chart-points circle {
  fill: var(--dc-bg);
  stroke: var(--dc-gold);
  stroke-width: 3;
}

.chart-labels text,
.radar-labels text {
  fill: var(--dc-text-muted);
  font-size: 12px;
}

.sync-steps,
.process-list,
.timeline {
  display: grid;
  gap: 0.72rem;
}

.sync-step {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.78rem 0.88rem;
  border: 1px solid var(--dc-border);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.025);
  color: var(--dc-text-muted);
  transition: border-color 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

.sync-step.is-active {
  color: var(--dc-text);
  border-color: rgba(124, 151, 255, 0.34);
  background: rgba(124, 151, 255, 0.12);
  transform: translateY(-1px);
}

.sync-step.is-complete {
  color: var(--dc-green);
  border-color: rgba(69, 231, 120, 0.28);
}

.sync-step__dot {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.04);
}

.process-list {
  list-style: none;
}

.process-list li,
.timeline-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  align-items: start;
}

.process-list li {
  padding: 0.82rem;
  border: 1px solid var(--dc-border);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.025);
}

.process-list li span,
.timeline-card__index {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 14px;
  border: 1px solid var(--dc-border-strong);
  background: rgba(247, 199, 24, 0.08);
  color: var(--dc-gold);
  font-family: var(--font-mono);
}

.process-list li strong,
.timeline-card h3 {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1rem;
}

.panel-note {
  font-size: 0.9rem;
}

.stat-box--wide {
  grid-column: 1 / -1;
}

.stat-box--hero-result strong {
  font-size: 1.34rem;
  color: var(--dc-green);
}

.stat-box--hero-result-spotlight {
  position: relative;
  overflow: hidden;
  gap: 0.4rem;
  padding: 0.92rem;
  border-color: rgba(247, 199, 24, 0.16);
  background:
    radial-gradient(circle at top right, rgba(247, 199, 24, 0.12), transparent 34%),
    linear-gradient(145deg, rgba(18, 22, 26, 0.96), rgba(8, 11, 14, 0.94));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.stat-box--hero-result-spotlight::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(247, 199, 24, 0), rgba(247, 199, 24, 0.86), rgba(69, 231, 120, 0.72));
}

.performance-months,
.performance-kpis {
  display: grid;
  grid-column: 1 / -1;
  gap: 0.58rem;
}

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

.stat-box--month,
.stat-box--kpi {
  position: relative;
  overflow: hidden;
}

.stat-box--month::before,
.stat-box--kpi::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.85;
  pointer-events: none;
}

.stat-box--month-loss::before {
  background: radial-gradient(circle at top right, rgba(255, 100, 100, 0.14), transparent 42%);
}

.stat-box--month-loss-soft::before {
  background: radial-gradient(circle at top right, rgba(247, 199, 24, 0.1), transparent 42%);
}

.stat-box--month-gain-soft::before {
  background: radial-gradient(circle at top right, rgba(247, 199, 24, 0.14), transparent 42%);
}

.stat-box--month-gain::before,
.stat-box--kpi::before {
  background: radial-gradient(circle at top right, rgba(69, 231, 120, 0.14), transparent 42%);
}

.stat-box--month strong,
.stat-box--kpi strong {
  position: relative;
  z-index: 1;
}

.stat-box--month-loss strong {
  color: var(--dc-red);
}

.stat-box--month-loss-soft strong {
  color: var(--dc-gold);
}

.stat-box--month-gain-soft strong,
.stat-box--month-gain strong,
.stat-box--kpi strong {
  color: var(--dc-green);
}

.chart-title-block {
  display: grid;
  gap: 0.26rem;
}

.chart-title-block span {
  color: rgba(242, 245, 247, 0.9);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
}

.chart-title-block small {
  color: rgba(202, 209, 220, 0.72);
  font-size: 0.74rem;
  line-height: 1.38;
}

.chart-card--performance-story {
  gap: 0.78rem;
  border-color: rgba(255, 255, 255, 0.06);
  background:
    radial-gradient(circle at top left, rgba(124, 151, 255, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.012)),
    rgba(255, 255, 255, 0.02);
}

.chart-card__head--performance {
  gap: 0.72rem;
}

.performance-chart-shell {
  position: relative;
  overflow: hidden;
  padding: 0.84rem 0.78rem 0.3rem;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background:
    radial-gradient(circle at bottom right, rgba(247, 199, 24, 0.09), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.01)),
    rgba(9, 12, 16, 0.82);
}

.calendar-highlight {
  position: relative;
  overflow: hidden;
  gap: 0.4rem;
  padding: 0.92rem;
  border-color: rgba(247, 199, 24, 0.16);
  background:
    radial-gradient(circle at top right, rgba(247, 199, 24, 0.12), transparent 34%),
    linear-gradient(145deg, rgba(18, 22, 26, 0.96), rgba(8, 11, 14, 0.94));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.calendar-highlight::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(247, 199, 24, 0), rgba(247, 199, 24, 0.86), rgba(69, 231, 120, 0.72));
}

.calendar-highlight strong {
  font-size: 1.34rem;
  color: var(--dc-green);
}

.calendar-grid-shell {
  position: relative;
  overflow: hidden;
  padding: 0.84rem 0.78rem;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background:
    radial-gradient(circle at bottom right, rgba(247, 199, 24, 0.09), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.01)),
    rgba(9, 12, 16, 0.82);
}

.calendar-stats--story {
  gap: 0.58rem;
}

.calendar-stats--story .stat-box {
  position: relative;
  overflow: hidden;
}

.calendar-stats--story .stat-box::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.85;
  pointer-events: none;
}

.stat-box--calendar-good::before {
  background: radial-gradient(circle at top right, rgba(69, 231, 120, 0.14), transparent 42%);
}

.stat-box--calendar-bad::before,
.stat-box--calendar-review::before {
  background: radial-gradient(circle at top right, rgba(255, 100, 100, 0.14), transparent 42%);
}

.stat-box--calendar-best::before {
  background: radial-gradient(circle at top right, rgba(247, 199, 24, 0.14), transparent 42%);
}

.stat-box--calendar-good strong {
  color: var(--dc-green);
}

.stat-box--calendar-bad strong,
.stat-box--calendar-review strong {
  color: var(--dc-red);
}

.stat-box--calendar-best strong {
  color: var(--dc-gold);
}

.panel-note--calendar {
  padding: 0.84rem 0.9rem;
  border-left: 2px solid rgba(247, 199, 24, 0.26);
  border-radius: 0 16px 16px 0;
  background: rgba(247, 199, 24, 0.05);
}

.command-panel--compact {
  gap: 0.78rem;
  padding: 0.88rem;
  border-radius: 26px;
}

.command-panel--compact .split-header,
.command-panel--compact .command-panel__header {
  gap: 0.58rem;
}

.command-panel--compact .split-header h3,
.command-panel--compact .command-panel__header h2 {
  font-size: clamp(1rem, 3vw, 1.22rem);
}

.command-panel--compact .panel-note {
  font-size: 0.85rem;
  line-height: 1.52;
}

.command-panel--compact .status-pill {
  min-height: 28px;
  padding: 0 10px;
  font-size: 0.7rem;
}

.command-panel--compact .toggle-button {
  min-height: 30px;
  padding-inline: 10px;
  font-size: 0.78rem;
}

.command-panel--compact .sync-step {
  padding: 0.7rem 0.78rem;
  gap: 0.68rem;
}

.command-panel--compact .sync-step strong {
  font-size: 0.88rem;
}

.stats-grid--micro,
.sync-stats--micro,
.calendar-stats--micro,
.edge-stats--micro,
.performance-metrics--compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.58rem;
}

.stats-grid--micro .stat-box,
.sync-stats--micro .stat-box,
.calendar-stats--micro .stat-box,
.edge-stats--micro .stat-box,
.performance-metrics--compact .stat-box,
.stats-grid--micro .ring-card {
  gap: 0.32rem;
  padding: 0.74rem;
  border-radius: 18px;
}

.stats-grid--micro .stat-box span,
.sync-stats--micro .stat-box span,
.calendar-stats--micro .stat-box span,
.edge-stats--micro .stat-box span,
.performance-metrics--compact .stat-box span {
  font-size: 0.68rem;
}

.stats-grid--micro .stat-box strong,
.sync-stats--micro .stat-box strong,
.calendar-stats--micro .stat-box strong,
.edge-stats--micro .stat-box strong,
.performance-metrics--compact .stat-box strong {
  font-size: 1.04rem;
}

.process-list--compact {
  gap: 0.52rem;
}

.process-list--compact li {
  padding: 0.74rem;
  gap: 0.72rem;
}

.process-list--compact li strong {
  margin-bottom: 0.2rem;
  font-size: 0.92rem;
}

.process-list--compact li p {
  font-size: 0.84rem;
  line-height: 1.46;
}

.performance-layout--compact {
  gap: 0.78rem;
}

.chart-card--compact {
  gap: 0.68rem;
}

.chart-card--compact .chart-badges {
  gap: 0.38rem;
}

.calendar-card--compact .calendar-grid {
  gap: 0.35rem;
}

.calendar-card--compact .day {
  min-height: 38px;
  border-radius: 12px;
  font-size: 0.66rem;
}

.radar-card--compact {
  gap: 0.65rem;
}

.radar-card--compact .radar-chart {
  max-width: 236px;
}

.risk-shell--compact {
  gap: 0.65rem;
}

.ring-grid--compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.58rem;
}

.ring-grid--compact .ring-card {
  padding: 0.68rem;
}

.ring-grid--compact .risk-ring {
  width: 78px;
  border-width: 7px;
}

.edge-map--compact {
  gap: 0.58rem;
}

.edge-map--compact .edge-row {
  grid-template-columns: minmax(0, 76px) 1fr;
  gap: 0.5rem;
}

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

.day {
  display: grid;
  place-items: center;
  min-height: 44px;
  padding: 0.3rem;
  border-radius: 14px;
  border: 1px solid var(--dc-border);
  font-family: var(--font-mono);
  font-size: 0.72rem;
}

.day--gain {
  color: var(--dc-green);
  background: rgba(69, 231, 120, 0.12);
}

.day--loss {
  color: var(--dc-red);
  background: rgba(255, 100, 100, 0.12);
}

.day--flat {
  color: var(--dc-text-muted);
  background: rgba(255, 255, 255, 0.03);
}

.toggle-group {
  display: inline-flex;
  padding: 4px;
  border: 1px solid var(--dc-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
}

.toggle-button {
  min-height: 34px;
  padding: 0 12px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--dc-text-muted);
  font-size: 0.84rem;
  font-weight: 700;
}

.toggle-button.is-active {
  background: rgba(247, 199, 24, 0.16);
  color: var(--dc-text);
}

.radar-chart {
  max-width: 280px;
  margin: 0 auto;
}

.radar-shape {
  stroke-width: 2;
  transition: opacity 0.28s ease;
}

.radar-shape--before {
  fill: rgba(255, 100, 100, 0.18);
  stroke: var(--dc-red);
}

.radar-shape--after {
  fill: rgba(247, 199, 24, 0.16);
  stroke: var(--dc-gold);
}

.is-hidden {
  opacity: 0;
}

.risk-shell,
.edge-map {
  gap: 0.7rem;
}

.ring-grid {
  display: grid;
  gap: 0.68rem;
}

.risk-ring {
  display: grid;
  place-items: center;
  width: 92px;
  aspect-ratio: 1;
  border-radius: 999px;
  border: 8px solid rgba(69, 231, 120, 0.2);
  color: var(--dc-green);
  font-family: var(--font-mono);
  margin-top: 0.35rem;
}

.risk-ring--warn {
  border-color: rgba(247, 199, 24, 0.26);
  color: var(--dc-gold);
}

.risk-limit {
  display: grid;
  gap: 0.75rem;
}

.risk-limit__head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--dc-text-muted);
}

.risk-limit__bar {
  position: relative;
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.risk-limit__fill {
  display: block;
  width: 84%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(135deg, var(--dc-gold), var(--dc-red));
}

.coach-note {
  padding: 0.82rem 0.9rem;
  border-radius: 16px;
  border-left: 3px solid;
  font-size: 0.88rem;
}

.coach-note--warn {
  background: rgba(255, 100, 100, 0.08);
  border-color: var(--dc-red);
}

.coach-note--safe {
  background: rgba(69, 231, 120, 0.08);
  border-color: var(--dc-green);
}

.stats-grid--compact .stat-box:last-child {
  grid-column: 1 / -1;
}

.edge-row {
  display: grid;
  grid-template-columns: minmax(0, 84px) 1fr;
  gap: 0.65rem;
  align-items: center;
}

.edge-row span {
  font-size: 0.82rem;
  color: var(--dc-text-muted);
}

.edge-bar {
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.edge-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
}

.edge-bar--danger span {
  background: linear-gradient(135deg, rgba(255, 100, 100, 0.7), rgba(255, 100, 100, 0.28));
}

.edge-bar--warn span {
  background: linear-gradient(135deg, rgba(247, 199, 24, 0.8), rgba(247, 199, 24, 0.28));
}

.edge-bar--safe span {
  background: linear-gradient(135deg, rgba(69, 231, 120, 0.8), rgba(69, 231, 120, 0.28));
}

.edge-bar--alert span {
  background: linear-gradient(135deg, rgba(124, 151, 255, 0.8), rgba(124, 151, 255, 0.28));
}

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

.timeline-card {
  padding: 0.88rem;
  gap: 0.88rem;
}

.timeline--journey {
  position: relative;
  gap: 0.8rem;
}

.timeline--journey::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 18px;
  bottom: 18px;
  width: 1px;
  background: linear-gradient(180deg, rgba(247, 199, 24, 0.32), rgba(124, 151, 255, 0.14));
}

.timeline--journey .timeline-card {
  position: relative;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 0.82rem;
  padding: 0.94rem 0.98rem 0.94rem 0.72rem;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top right, rgba(124, 151, 255, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015)),
    var(--dc-panel-soft);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.22);
}

.timeline--journey .timeline-card::after {
  content: "";
  position: absolute;
  left: 17px;
  top: 22px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--dc-gold);
  box-shadow: 0 0 0 6px rgba(247, 199, 24, 0.08);
}

.timeline--journey .timeline-card:nth-child(2n)::after {
  background: var(--dc-blue);
  box-shadow: 0 0 0 6px rgba(124, 151, 255, 0.08);
}

.timeline-card__body {
  display: grid;
  gap: 0.3rem;
  min-width: 0;
}

.timeline-card__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--dc-text-muted);
}

.timeline--journey .timeline-card__index {
  position: relative;
  z-index: 1;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(247, 199, 24, 0.16), rgba(247, 199, 24, 0.05)),
    rgba(11, 18, 32, 0.92);
  border-color: rgba(247, 199, 24, 0.22);
  font-size: 0.78rem;
}

.timeline--journey .timeline-card h3 {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.16;
}

.timeline--journey .timeline-card p {
  font-size: 0.88rem;
  line-height: 1.5;
}

.section--journey::after,
.section--cta::after {
  content: "";
  position: absolute;
  inset: 12% 4% auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(247, 199, 24, 0.22), transparent);
  pointer-events: none;
}

.two-up--journey {
  position: relative;
  align-items: center;
}

.compare-card {
  min-height: 100%;
  padding: clamp(1.2rem, 3vw, 2rem);
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background:
    linear-gradient(145deg, rgba(14, 18, 23, 0.94), rgba(4, 7, 10, 0.96)),
    var(--dc-panel-strong);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.compare-card--bad {
  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(255, 100, 100, 0.04);
}

.compare-card--good {
  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(69, 231, 120, 0.04);
}

.compare-card__head {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.84rem;
}

.status-dot {
  width: 13px;
  height: 13px;
  border-radius: 999px;
}

.status-dot--red {
  background: var(--dc-red);
  box-shadow: 0 0 16px rgba(255, 100, 100, 0.28);
}

.status-dot--green {
  background: var(--dc-green);
  box-shadow: 0 0 16px rgba(69, 231, 120, 0.28);
}

.metric-list {
  display: grid;
  gap: 0.82rem;
  margin: 1.9rem 0;
}

.metric-list div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.metric-list dt {
  color: rgba(239, 243, 247, 0.72);
  font-size: clamp(0.96rem, 2vw, 1.08rem);
}

.metric-list dd {
  margin: 0;
  font-size: clamp(1.08rem, 2.4vw, 1.38rem);
  font-weight: 800;
}

.compare-card--bad dd {
  color: var(--dc-red);
}

.compare-card--good dd {
  color: var(--dc-green);
}

.score-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 2vw, 1.28rem);
}

.score-ring {
  --score: 41;
  --score-color: var(--dc-red);
  width: clamp(84px, 11vw, 112px);
  height: clamp(84px, 11vw, 112px);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle, #070a0d 0 57%, transparent 58%),
    conic-gradient(var(--score-color) calc(var(--score) * 1%), rgba(255, 255, 255, 0.1) 0);
  box-shadow: inset 0 0 22px rgba(0, 0, 0, 0.5);
}

.score-ring--good {
  --score: 78;
  --score-color: var(--dc-green);
}

.score-ring b {
  display: block;
  font-size: clamp(1.9rem, 4vw, 2.75rem);
  line-height: 0.9;
}

.score-ring small {
  display: block;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.75rem;
  text-align: center;
}

.compare-arrow {
  display: grid;
  place-items: center;
  width: 100%;
  color: var(--dc-gold-strong);
  font-size: clamp(2.4rem, 8vw, 4.5rem);
  text-shadow: 0 0 28px rgba(247, 199, 24, 0.36);
}

.section--cta {
  padding-bottom: calc(var(--section-space) + env(safe-area-inset-bottom, 0px));
}

.hero__actions--cta {
  width: min(100%, 760px);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

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

@media (min-width: 700px) {
  .hero__actions {
    display: flex;
    flex-wrap: wrap;
  }

  .stats-grid,
  .sync-stats,
  .calendar-stats,
  .edge-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-proof {
    padding: 1.15rem 1.25rem;
  }

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

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

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

  .timeline--journey::before {
    display: none;
  }

  .timeline--journey .timeline-card {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    padding: 1rem;
  }

  .timeline--journey .timeline-card::after {
    left: auto;
    right: 18px;
    top: 18px;
  }

  .timeline--journey .timeline-card__index {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 960px) {
  .hero__grid,
  .two-up {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }

  .hero__grid {
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: 1.6rem;
    min-height: min(100svh - 118px, 680px);
    align-items: start;
  }

  .hero__copy {
    gap: 1rem;
  }

  .hero__lead {
    max-width: 21rem;
    font-size: 0.98rem;
  }

  .hero__visual {
    align-self: stretch;
  }

  .hero-visual-frame {
    min-height: 30rem;
    padding: 0.5rem 0 1.2rem;
  }

  .hero-visual-frame__glow {
    width: 320px;
    height: 320px;
    right: 14%;
    top: 16%;
  }

  .hero-visual-frame__beam--one {
    width: 260px;
    left: 3%;
    top: 8.4rem;
  }

  .hero-visual-frame__beam--two {
    width: 190px;
    right: 8%;
    bottom: 8rem;
  }

  .hero__phone {
    width: min(100%, 470px);
    margin: 0 auto 0 auto;
    transform: rotate(-2.5deg) translateX(3%);
  }

  .hero-float {
    min-width: 13rem;
    padding: 1rem 1.05rem;
    border-radius: 22px;
  }

  .hero-float strong {
    font-size: 1.22rem;
  }

  .hero-float--performance {
    left: 2%;
    top: 2.8rem;
  }

  .hero-float--discipline {
    right: 5%;
    top: 48%;
  }

  .hero-float--risk {
    left: 8%;
    bottom: 2rem;
  }

  .hero__after {
    margin-top: -1.2rem;
  }

  .hero-proof {
    width: min(100%, 1040px);
    margin-inline: auto;
  }

  .hero-proof strong {
    font-size: 1rem;
  }

  .hero-market-strip {
    width: min(100%, 1040px);
    margin-inline: auto;
  }

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

  .performance-layout {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: start;
  }

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

  .two-up--journey {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: clamp(1rem, 2vw, 2rem);
  }

  .compare-arrow {
    width: 4.4rem;
  }
}

@media (max-width: 959px) {
  .hero__grid {
    position: relative;
    min-height: 37rem;
  }

  .hero__copy {
    max-width: 20rem;
    padding-top: 0.5rem;
  }

  .hero__visual {
    position: absolute;
    top: 11.4rem;
    right: -4.2rem;
    width: min(62vw, 17rem);
    margin-top: 0;
    pointer-events: none;
  }

  .hero-visual-frame {
    min-height: 25rem;
    padding: 0;
  }

  .hero__phone {
    width: min(110vw, 20rem);
    margin-left: auto;
  }

  .hero-float {
    max-width: 9.2rem;
  }

  .hero-float--performance {
    left: -0.3rem;
    top: 2rem;
  }

  .hero-float--discipline {
    right: 1rem;
    top: 11rem;
  }

  .hero-float--risk {
    left: 0.4rem;
    bottom: 4.2rem;
  }
}

@media (max-width: 699px) {
  .section {
    padding: clamp(3rem, 9vw, 4rem) 0;
  }

  .hero {
    padding-top: 0.3rem;
  }

  .hero__copy {
    gap: 0.58rem;
    padding-top: 0;
  }

  .hero__after {
    gap: 1rem;
    margin-top: 1.05rem;
  }

  .shell {
    width: min(100% - 32px, 1240px);
  }

  .site-header__inner {
    min-height: 56px;
  }

  .header-actions .button {
    min-height: 42px;
    padding-inline: 14px;
    font-size: 0.88rem;
  }

  .header-actions__secondary {
    display: none;
  }

  .hero__title {
    font-size: clamp(2.25rem, 10.6vw, 3.2rem);
    max-width: 5.9ch;
    line-height: 0.84;
  }

  .hero__lead {
    max-width: 10.8rem;
    font-size: 0.9rem;
    line-height: 1.4;
  }

  .hero__actions .button {
    width: 100%;
  }

  .hero__actions {
    max-width: 18.5rem;
  }

  .hero__trust {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.34rem;
    width: min(100%, 18.5rem);
  }

  .trust-item {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    min-height: 0;
    padding: 0.42rem 0.34rem 0.46rem;
    border-radius: 14px;
    gap: 0.28rem;
  }

  .trust-item__icon {
    width: 1.18rem;
    height: 1.18rem;
    border-radius: 8px;
  }

  .trust-item__label {
    font-size: 0.62rem;
    line-height: 1.12;
  }

  .disclaimer {
    padding: 0.72rem 0.78rem;
    font-size: 0.72rem;
  }

  .hero-visual-frame {
    min-height: 23rem;
  }

  .hero__visual {
    top: 9.3rem;
  }

  .hero__phone {
    width: min(96vw, 16.4rem);
    transform: translateY(-1.2rem);
  }

  .hero-float {
    padding: 0.68rem 0.72rem;
  }

  .hero-float--performance,
  .hero-float--risk {
    display: none;
  }

  .hero-float--performance {
    left: 0;
    top: 0.9rem;
  }

  .hero-float--discipline {
    right: 0;
    top: 46%;
  }

  .hero-float--risk {
    left: 0.7rem;
    bottom: 1.6rem;
  }

  .hero-proof {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.82rem;
    padding: 0.92rem 0.92rem 0.96rem;
    border-radius: 20px;
  }

  .hero-proof::after {
    inset-inline: 0.92rem;
    bottom: 0.72rem;
  }

  .hero-proof__copy {
    max-width: none;
    gap: 0.24rem;
  }

  .hero-proof strong {
    font-size: 0.84rem;
    letter-spacing: 0.08em;
  }

  .hero-proof span {
    max-width: 25rem;
    font-size: 0.78rem;
    line-height: 1.38;
  }

  .hero-proof__group {
    width: 100%;
    justify-content: flex-start;
    padding: 0.28rem 0.28rem 0.28rem 0.48rem;
  }

  .hero-market-strip {
    border-radius: 18px;
  }

  .hero-market-strip__track {
    gap: 0.62rem;
    padding: 0.72rem 0.82rem;
    animation-duration: 32s;
  }

  .hero-market-pill {
    min-height: 30px;
    gap: 0.46rem;
    padding-right: 0.68rem;
  }

  .hero-market-pill span,
  .hero-market-pill small {
    font-size: 0.66rem;
  }

  .hero-market-pill strong {
    font-size: 0.86rem;
  }

  .performance-layout--compact {
    gap: 0.9rem;
  }

  .performance-metrics--compact {
    grid-template-columns: 1fr;
    gap: 0.72rem;
  }

  .performance-months,
  .performance-kpis {
    gap: 0.46rem;
  }

  .stat-box--hero-result-spotlight {
    padding: 0.9rem 0.86rem 0.96rem;
    border-radius: 20px;
  }

  .stat-box--hero-result-spotlight strong {
    font-size: 1.5rem;
  }

  .stat-box--hero-result-spotlight small {
    max-width: 18ch;
    line-height: 1.34;
  }

  .performance-months .stat-box,
  .performance-kpis .stat-box {
    padding: 0.68rem 0.62rem;
    border-radius: 16px;
    gap: 0.24rem;
  }

  .performance-months .stat-box span,
  .performance-kpis .stat-box span {
    font-size: 0.62rem;
  }

  .performance-months .stat-box strong,
  .performance-kpis .stat-box strong {
    font-size: 0.96rem;
  }

  .chart-card--performance-story {
    padding: 0.78rem;
    border-radius: 22px;
    gap: 0.72rem;
  }

  .chart-card__head--performance {
    display: grid;
  }

  .chart-title-block small {
    font-size: 0.68rem;
  }

  .chart-card__head--performance .chart-badges {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.32rem;
  }

  .chart-card__head--performance .mini-flag {
    justify-content: center;
    min-height: 32px;
    padding: 0.28rem 0.22rem;
    font-size: 0.56rem;
    line-height: 1.08;
    text-align: center;
    white-space: normal;
  }

  .performance-chart-shell {
    padding: 0.72rem 0.56rem 0.16rem;
    border-radius: 18px;
  }

  .draw-line--performance {
    stroke-width: 4;
  }

  .calendar-highlight {
    padding: 0.9rem 0.86rem 0.96rem;
    border-radius: 20px;
  }

  .calendar-highlight strong {
    font-size: 1.46rem;
  }

  .calendar-highlight small {
    max-width: 24ch;
    line-height: 1.34;
  }

  .calendar-grid-shell {
    padding: 0.68rem 0.56rem;
    border-radius: 18px;
  }

  .calendar-card--compact .calendar-grid {
    gap: 0.28rem;
  }

  .calendar-card--compact .day {
    min-height: 34px;
    border-radius: 10px;
    font-size: 0.6rem;
  }

  .calendar-stats--story {
    gap: 0.46rem;
  }

  .calendar-stats--story .stat-box {
    padding: 0.68rem 0.62rem;
    border-radius: 16px;
    gap: 0.24rem;
  }

  .calendar-stats--story .stat-box span {
    font-size: 0.62rem;
  }

  .calendar-stats--story .stat-box strong {
    font-size: 0.96rem;
  }

  .calendar-stats--story .stat-box:last-child {
    grid-column: 1 / -1;
  }

  .panel-note--calendar {
    padding: 0.76rem 0.82rem;
    font-size: 0.78rem;
    line-height: 1.46;
  }

  .section-heading h2 {
    line-height: 1.04;
  }

  .timeline--journey .timeline-card {
    padding: 0.82rem 0.85rem 0.82rem 0.64rem;
  }

  .timeline--journey .timeline-card h3 {
    font-size: 0.94rem;
  }

  .timeline--journey .timeline-card p {
    font-size: 0.82rem;
    line-height: 1.45;
  }

  .two-up--journey {
    grid-template-columns: minmax(0, 1fr) 1rem minmax(0, 1fr);
    gap: 0.3rem;
    align-items: stretch;
  }

  .compare-card {
    padding: 0.8rem 0.68rem;
    border-radius: 18px;
  }

  .compare-card__head {
    gap: 0.4rem;
    font-size: 0.62rem;
    line-height: 1.2;
  }

  .compare-card__head strong {
    letter-spacing: 0.04em;
  }

  .metric-list {
    margin: 0.9rem 0;
    gap: 0.52rem;
  }

  .metric-list div {
    align-items: start;
    gap: 0.45rem;
  }

  .metric-list dt {
    max-width: 7.5ch;
    font-size: 0.74rem;
    line-height: 1.22;
  }

  .metric-list dd {
    flex: 0 0 auto;
    font-size: 0.84rem;
    text-align: right;
  }

  .score-row {
    align-items: start;
    gap: 0.5rem;
    padding-top: 0.82rem;
    font-size: 0.76rem;
    line-height: 1.2;
    flex-direction: column;
  }

  .score-ring {
    width: 64px;
    height: 64px;
  }

  .score-ring b {
    font-size: 1.2rem;
  }

  .score-ring small {
    font-size: 0.58rem;
  }

  .compare-arrow {
    min-height: auto;
    align-self: center;
    font-size: 1.15rem;
    transform: none;
  }
}

@media (max-width: 429px) {
  .intro-page::before {
    top: clamp(35rem, 78vh, 43rem);
    width: min(92rem, 168vw);
    height: clamp(14rem, 34vw, 20rem);
  }

  .intro-page::after {
    top: clamp(30rem, 68vh, 38rem);
    width: min(104rem, 184vw);
    height: clamp(22rem, 52vw, 32rem);
  }

  .brand__text {
    font-size: 1rem;
  }

  .site-header__inner {
    padding-inline: 10px;
  }

  .header-actions {
    gap: 8px;
  }

  .header-actions .button {
    min-height: 40px;
    padding-inline: 12px;
    font-size: 0.84rem;
  }

  .performance-months,
  .performance-kpis {
    gap: 0.38rem;
  }

  .stat-box--hero-result-spotlight {
    padding: 0.82rem 0.76rem 0.88rem;
  }

  .stat-box--hero-result-spotlight strong {
    font-size: 1.34rem;
  }

  .performance-months .stat-box,
  .performance-kpis .stat-box {
    padding: 0.6rem 0.54rem;
  }

  .performance-months .stat-box span,
  .performance-kpis .stat-box span {
    font-size: 0.58rem;
  }

  .performance-months .stat-box strong,
  .performance-kpis .stat-box strong {
    font-size: 0.86rem;
  }

  .chart-card__head--performance .chart-badges {
    gap: 0.26rem;
  }

  .chart-card__head--performance .mini-flag {
    min-height: 30px;
    font-size: 0.52rem;
  }

  .calendar-highlight {
    padding: 0.82rem 0.76rem 0.88rem;
  }

  .calendar-highlight strong {
    font-size: 1.28rem;
  }

  .calendar-grid-shell {
    padding: 0.58rem 0.46rem;
  }

  .calendar-card--compact .day {
    min-height: 31px;
    font-size: 0.54rem;
  }

  .calendar-stats--story {
    gap: 0.38rem;
  }

  .calendar-stats--story .stat-box {
    padding: 0.6rem 0.54rem;
  }

  .calendar-stats--story .stat-box span {
    font-size: 0.58rem;
  }

  .calendar-stats--story .stat-box strong {
    font-size: 0.86rem;
  }

  .hero__after {
    margin-top: 1.15rem;
  }

  .hero-kicker-row {
    gap: 0.46rem;
    margin-top: -0.22rem;
  }

  .hero-kicker-chip {
    min-height: 26px;
    padding-inline: 0.68rem;
    font-size: 0.66rem;
  }

  .hero__title {
    font-size: clamp(2.15rem, 10.2vw, 2.95rem);
    max-width: 5.6ch;
    line-height: 0.82;
  }

  .hero__lead {
    max-width: 10rem;
  }

  .hero-visual-frame {
    min-height: 21rem;
    padding-bottom: 0;
  }

  .hero__visual {
    top: 8.3rem;
  }

  .hero__phone {
    width: min(91vw, 15rem);
    transform: translateY(-1.55rem);
  }

  .hero-float {
    max-width: 8.5rem;
  }

  .hero-float--discipline {
    top: 10rem;
    right: 0.8rem;
  }

  .hero-proof span {
    font-size: 0.8rem;
  }

  .hero-proof__group {
    gap: 0;
  }

  .hero-avatar {
    width: 2.05rem;
    height: 2.05rem;
    margin-left: -0.34rem;
  }

  .hero-proof__group b {
    min-width: 4.15rem;
    height: 2.05rem;
    font-size: 0.82rem;
  }

  .two-up--journey {
    grid-template-columns: minmax(0, 1fr) 0.8rem minmax(0, 1fr);
    gap: 0.2rem;
  }

  .compare-card {
    padding: 0.74rem 0.58rem;
    border-radius: 16px;
  }

  .compare-card__head {
    font-size: 0.58rem;
  }

  .status-dot {
    width: 10px;
    height: 10px;
  }

  .metric-list dt {
    max-width: 7ch;
    font-size: 0.7rem;
  }

  .metric-list dd {
    font-size: 0.8rem;
  }

  .score-row {
    font-size: 0.72rem;
  }

  .score-ring {
    width: 58px;
    height: 58px;
  }

  .score-ring b {
    font-size: 1.08rem;
  }

  .compare-arrow {
    font-size: 0.98rem;
  }
}

@media (max-width: 389px) {
  .intro-page::before {
    top: clamp(35.5rem, 80vh, 43.5rem);
  }

  .intro-page::after {
    top: clamp(31rem, 70vh, 39rem);
  }

  .disclaimer {
    max-width: 100%;
  }

  .hero__trust {
    gap: 0.28rem;
  }

  .trust-item {
    padding: 0.38rem 0.28rem 0.42rem;
  }

  .trust-item__icon {
    width: 1.06rem;
    height: 1.06rem;
  }

  .trust-item__label {
    font-size: 0.58rem;
  }

  .hero-float {
    position: static;
    margin-top: 0.55rem;
    max-width: none;
  }

  .hero-visual-frame {
    display: grid;
    gap: 0.55rem;
    min-height: auto;
  }

  .hero__visual {
    top: 7.9rem;
  }

  .hero__phone {
    width: min(89vw, 14.3rem);
    transform: translateY(-1.7rem);
  }

  .hero-market-strip__viewport {
    -webkit-mask-image: none;
    mask-image: none;
  }

  .performance-months,
  .performance-kpis {
    gap: 0.32rem;
  }

  .stat-box--hero-result-spotlight {
    padding: 0.76rem 0.7rem 0.82rem;
  }

  .stat-box--hero-result-spotlight strong {
    font-size: 1.24rem;
  }

  .performance-months .stat-box,
  .performance-kpis .stat-box {
    padding: 0.54rem 0.46rem;
    border-radius: 14px;
  }

  .performance-months .stat-box span,
  .performance-kpis .stat-box span {
    font-size: 0.54rem;
  }

  .performance-months .stat-box strong,
  .performance-kpis .stat-box strong {
    font-size: 0.8rem;
  }

  .chart-card--performance-story {
    padding: 0.7rem;
  }

  .chart-card__head--performance .mini-flag {
    min-height: 28px;
    font-size: 0.48rem;
  }

  .calendar-highlight {
    padding: 0.76rem 0.7rem 0.82rem;
  }

  .calendar-highlight strong {
    font-size: 1.18rem;
  }

  .calendar-grid-shell {
    padding: 0.52rem 0.4rem;
    border-radius: 16px;
  }

  .calendar-card--compact .calendar-grid {
    gap: 0.24rem;
  }

  .calendar-card--compact .day {
    min-height: 28px;
    border-radius: 8px;
    font-size: 0.5rem;
  }

  .calendar-stats--story .stat-box {
    padding: 0.54rem 0.46rem;
    border-radius: 14px;
  }

  .calendar-stats--story .stat-box span {
    font-size: 0.54rem;
  }

  .calendar-stats--story .stat-box strong {
    font-size: 0.8rem;
  }

  .panel-note--calendar {
    padding: 0.68rem 0.72rem;
    font-size: 0.72rem;
  }

  .hero__trust {
    gap: 0.24rem;
  }

  .trust-item {
    padding: 0.34rem 0.22rem 0.38rem;
    border-radius: 12px;
    gap: 0.24rem;
  }

  .trust-item__icon {
    width: 0.98rem;
    height: 0.98rem;
    border-radius: 7px;
  }

  .trust-item__label {
    font-size: 0.55rem;
    line-height: 1.08;
  }

  .hero__after {
    margin-top: 1.2rem;
  }

  .hero-proof {
    gap: 0.74rem;
    padding: 0.82rem 0.8rem 0.88rem;
    border-radius: 18px;
  }

  .hero-proof strong {
    font-size: 0.76rem;
  }

  .hero-proof span {
    font-size: 0.72rem;
    line-height: 1.34;
  }

  .hero-proof__group {
    padding: 0.24rem 0.24rem 0.24rem 0.42rem;
  }

  .hero-avatar {
    width: 1.88rem;
    height: 1.88rem;
    margin-left: -0.28rem;
  }

  .hero-proof__group b {
    min-width: 3.7rem;
    height: 1.88rem;
    padding-inline: 0.68rem;
    font-size: 0.74rem;
  }

  .two-up--journey {
    grid-template-columns: minmax(0, 1fr) 0.7rem minmax(0, 1fr);
    gap: 0.14rem;
  }

  .compare-card {
    padding: 0.68rem 0.52rem;
  }

  .metric-list {
    margin: 0.76rem 0;
    gap: 0.46rem;
  }

  .metric-list dt {
    font-size: 0.66rem;
  }

  .metric-list dd {
    font-size: 0.76rem;
  }

  .score-ring {
    width: 54px;
    height: 54px;
  }

  .score-ring b {
    font-size: 1rem;
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .hero-market-strip__viewport {
    overflow-x: auto;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .hero-market-strip__track {
    min-width: max-content;
    width: max-content;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

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