/* Approved Figma A (2:2). Diagram coordinates: 390×460, cropped from the
   390×620 mockup so the existing site header/rail are not duplicated.
   Scope every rule to this ring; do not recolor the other progress ring. */
#outcome-ring-stage .final-ring-a {
  --final-neon: #4aff8a;
  --day-zero-ring-offset: 0;
  container-type: inline-size;
  width: min(100%, 390px);
  aspect-ratio: 390 / 460;
  pointer-events: none;
}
#outcome-ring-stage .final-ring-a .day-zero-orbit {
  position: absolute;
  inset: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
}
#outcome-ring-stage .final-ring-a .day-zero-orbit::before,
#outcome-ring-stage .final-ring-a .day-zero-orbit::after,
#outcome-ring-stage .final-ring-a .day-zero-modules span::before { content: none; }
#outcome-ring-stage .final-ring-a .day-zero-orbit > svg,
#outcome-ring-stage .final-ring-a .day-zero-links {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  transform: none;
}
#outcome-ring-stage .final-ring-a .day-zero-orbit-track {
  stroke: rgba(255,255,255,.07);
  stroke-width: 1;
}
#outcome-ring-stage .final-ring-a .final-ring-guide { fill: none; stroke-width: .7; }
#outcome-ring-stage .final-ring-a .final-ring-guide-outer { stroke: rgba(74,255,138,.17); }
#outcome-ring-stage .final-ring-a .final-ring-guide-inner { stroke: rgba(255,255,255,.11); }
#outcome-ring-stage .final-ring-a .day-zero-orbit-progress {
  stroke-width: 3.4;
  filter: drop-shadow(0 0 3.5px var(--day-zero-ring-color))
          drop-shadow(0 0 11px var(--day-zero-ring-glow))
          drop-shadow(0 0 28px var(--day-zero-ring-glow));
  animation: none;
  will-change: auto;
}
#outcome-ring-stage .final-ring-a .day-zero-orbit-core {
  stroke: #d1ffe6;
  stroke-width: .8;
  stroke-linecap: round;
  stroke-dasharray: 1 1;
  stroke-dashoffset: var(--day-zero-ring-offset);
  opacity: .65;
}
#outcome-ring-stage .final-ring-a .is-system-complete .day-zero-orbit-core { opacity: .88; }
#outcome-ring-stage .final-ring-a .day-zero-orbit-copy {
  inset: 30.8696% 26.9231%;
  gap: 4.35897cqw;
}
#outcome-ring-stage .final-ring-a .day-zero-orbit-copy span {
  font-size: 12px;
  letter-spacing: .66667cqw;
  line-height: 1;
  color: #94a699;
}
#outcome-ring-stage .final-ring-a .day-zero-orbit-copy strong {
  margin: 0;
  font-size: 27.69231cqw;
  line-height: .8;
  letter-spacing: -1.28205cqw;
  color: #f3fff7;
  text-shadow: none;
}
#outcome-ring-stage .final-ring-a .day-zero-orbit-copy small {
  margin: 0;
  max-width: none;
  font-size: 12px;
  letter-spacing: .28205cqw;
  line-height: 1;
  white-space: nowrap;
}
#outcome-ring-stage .final-ring-a .day-zero-check {
  top: 21.95652%;
  left: 46.66667%;
  right: auto;
  width: 6.66667cqw;
  height: 6.66667cqw;
  border: 0;
  background: none;
  box-shadow: none;
}
#outcome-ring-stage .final-ring-a .day-zero-check svg { width: 100%; height: 100%; transform: none; }
#outcome-ring-stage .final-ring-a .day-zero-check circle { fill: #090b0c; stroke: var(--final-neon); stroke-width: 1.2; }
#outcome-ring-stage .final-ring-a .day-zero-check path { fill: none; stroke: #a7ffc5; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
#outcome-ring-stage .final-ring-a .day-zero-orbit.is-system-complete .day-zero-check { box-shadow: none; }
#outcome-ring-stage .final-ring-a .day-zero-modules { inset: 0; transform: none; }
#outcome-ring-stage .final-ring-a .day-zero-modules span {
  display: grid;
  place-items: center;
  inset: auto;
  width: 41.53846%;
  height: 10%;
  min-width: 0;
  padding: 0;
  box-sizing: border-box;
  border: .8px solid #2b6040;
  border-radius: 2px;
  background: #0c1711;
  color: #eef5ef;
  font-size: 2.82051cqw;
  letter-spacing: .17949cqw;
  line-height: 1;
  white-space: nowrap;
  box-shadow: none;
  transform: none;
}
#outcome-ring-stage .final-ring-a .day-zero-modules span:nth-child(1) { top: 4.34783%; right: 5.12821%; }
#outcome-ring-stage .final-ring-a .day-zero-modules span:nth-child(2) { bottom: 7.60870%; right: 5.12821%; }
#outcome-ring-stage .final-ring-a .day-zero-modules span:nth-child(3) { bottom: 7.60870%; left: 5.12821%; }
#outcome-ring-stage .final-ring-a .day-zero-modules span:nth-child(4) { top: 4.34783%; left: 5.12821%; }
#outcome-ring-stage .final-ring-a .day-zero-modules span.is-visible { transform: scale(1); box-shadow: none; }
#outcome-ring-stage .final-ring-a .day-zero-modules span::after {
  content: "";
  position: absolute;
  width: 3.33333cqw;
  height: 3.33333cqw;
  border-color: var(--final-neon);
  border-style: solid;
  border-width: 0;
}
#outcome-ring-stage .final-ring-a .day-zero-modules span:nth-child(1)::after { left: -1px; top: -1px; border-left-width: 1.3px; border-top-width: 1.3px; }
#outcome-ring-stage .final-ring-a .day-zero-modules span:nth-child(2)::after { right: -1px; top: -1px; border-right-width: 1.3px; border-top-width: 1.3px; }
#outcome-ring-stage .final-ring-a .day-zero-modules span:nth-child(3)::after { right: -1px; bottom: -1px; border-right-width: 1.3px; border-bottom-width: 1.3px; }
#outcome-ring-stage .final-ring-a .day-zero-modules span:nth-child(4)::after { left: -1px; bottom: -1px; border-left-width: 1.3px; border-bottom-width: 1.3px; }
#outcome-ring-stage .final-ring-a .day-zero-links { z-index: 3; }
#outcome-ring-stage .final-ring-a .day-zero-link { opacity: 1; transition: none; }
#outcome-ring-stage .final-ring-a .day-zero-link.is-visible { opacity: .65; }
#outcome-ring-stage .final-ring-a .day-zero-link path { fill: none; stroke: var(--final-neon); stroke-width: 1.2; stroke-linecap: round; stroke-linejoin: round; }
#outcome-ring-stage .final-ring-a .day-zero-link circle { fill: #d1ffe6; }

/* Layout follows Figma frame 28:2; scroll only seeks its exported timeline. */
#offer .offer-outcome { overflow: visible; background: var(--ink); }
#offer .outcome-map { display: block; padding: 0; min-height: 0; }
#offer .outcome-module { margin: 12px; min-height: 0; }
#offer .outcome-module::after { content: none; }
#outcome-ring-stage { position: relative; scroll-margin-top: calc(var(--header-h, 72px) + 8px); }
#outcome-ring-stage.is-figma-ready { height: calc(var(--ring-frame-height, 460px) + 440px); }
#outcome-ring-stage .outcome-ring-sticky {
  position: sticky;
  top: calc(var(--header-h, 72px) + 8px);
  display: grid;
  place-items: center;
  padding: 12px 0;
}
#outcome-ring-stage .final-ring-a {
  position: relative;
  inset: auto;
  margin: 0 auto;
  width: min(100%, 390px);
  height: auto;
  transform: none;
  opacity: 1;
  transition: none;
}
#outcome-ring-stage .day-zero-orbit-progress,
#outcome-ring-stage .day-zero-orbit-core {
  fill: none;
  stroke-linecap: round;
  stroke-dasharray: 1 1;
  stroke-dashoffset: 0;
  transition: none;
}
#outcome-ring-stage .day-zero-orbit-progress {
  stroke: #4aff8a;
  filter: drop-shadow(0 0 56px rgba(74,255,138,.24)) drop-shadow(0 0 22px rgba(74,255,138,.52)) drop-shadow(0 0 7px rgba(74,255,138,.95));
}
#outcome-ring-stage .day-zero-orbit-copy { display: flex; flex-direction: column; justify-content: center; align-items: center; }
#outcome-ring-stage .day-zero-orbit-copy small { color: #4aff8a; }
#outcome-ring-stage.is-figma-ready:not(.is-complete) .day-zero-orbit-copy small { color: #d92d27; }
#outcome-ring-stage .day-zero-check { display: grid; opacity: 1; transform: none; transition: none; }
#outcome-ring-stage .final-ring-a .day-zero-modules { opacity: 1; }
#outcome-ring-stage .final-ring-a .day-zero-modules span {
  font-size: 14px;
  letter-spacing: .01em;
  line-height: 1.15;
  white-space: normal;
  padding: 3px 5px;
  opacity: 1;
  transition: none;
}
#outcome-ring-stage .final-ring-a .day-zero-modules span::after { content: none; }
#outcome-ring-stage .day-zero-links { opacity: 1; }
@media (max-width: 600px) {
  #offer .offer-outcome { padding: 24px 12px; }
  #offer .outcome-protocol-head { padding: 16px 12px; }
}
@media (min-width: 821px) {
  #outcome-ring-stage .final-ring-a { width: min(100%, 520px, calc((100svh - 160px) * .847826)); }
}
@media (prefers-reduced-motion: reduce) {
  #outcome-ring-stage.is-figma-ready { height: auto; }
  #outcome-ring-stage .outcome-ring-sticky { position: relative; top: auto; }
}
