.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-2426 .elementor-element.elementor-element-620bc07{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;overflow:visible;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}body.elementor-page-2426 .page-wrapper{overflow:hidden;}/* Start custom CSS for html, class: .elementor-element-9840042 */:root {
  --performance-black: #070b08;
  --performance-ink: #0b0f0c;
  --performance-ink-2: #121813;
  --performance-lime: #d6f344;
  --performance-lime-2: #a8c52e;
  --performance-text: #f7f8ef;
  --performance-muted: #b9beb5;
  --performance-low: #858c80;
  --performance-line: rgba(214, 243, 68, 0.18);
  --performance-glass: rgba(11, 15, 12, 0.74);
  --performance-shadow: 0 30px 100px rgba(0, 0, 0, 0.46);
}

.performance-cursor-glow {
  position: fixed;
  left: var(--performance-x, 50%);
  top: var(--performance-y, 50%);
  z-index: -1;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(214, 243, 68, 0.16), transparent 62%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.performance-section {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding: 112px 0;
}

.performance-hero {
  position: relative;
  display: grid;
  min-height: 100vh;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.78fr);
  align-items: center;
  gap: 48px;
  overflow: hidden;
  color: var(--performance-text);
  border-bottom: 1px solid rgba(214, 243, 68, 0.12);
}

.performance-eyebrow {
  margin: 0 0 18px;
  color: var(--performance-lime);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.performance-hero h1 {
  max-width: 920px;
  margin: 0 0 24px;
  color: var(--performance-text);
  font-size: clamp(42px, 5.5vw, 76px);
  line-height: 0.95;
  letter-spacing: 0;
}

.performance-hero-text {
  max-width: 760px;
  color: var(--performance-muted);
  font-size: 17px;
  line-height: 1.7;
}

.performance-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.performance-pill-btn,
.performance-ghost-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 58px;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
}

.performance-pill-btn {
  padding: 8px 10px 8px 24px;
  background: var(--performance-lime);
  color: var(--performance-ink);
}

.performance-ghost-btn {
  padding: 8px 24px;
  border: 1px solid var(--performance-line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--performance-text);
}

.performance-btn-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--performance-ink);
  color: var(--performance-lime);
  transition: transform 0.25s ease;
}

.performance-pill-btn:hover .performance-btn-icon {
  transform: translateX(4px);
}

.performance-microcopy {
  margin-top: 22px;
  color: var(--performance-low);
  font-size: 14px;
}

.performance-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 740px;
  margin-top: 28px;
}

.performance-proof span {
  padding: 10px 14px;
  border: 1px solid rgba(214, 243, 68, 0.24);
  border-radius: 999px;
  background: rgba(8, 9, 8, 0.62);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.growth-console {
  position: relative;
  min-width: 0;
}

.console-frame {
  display: grid;
  gap: 22px;
  padding: 28px;
  border: 1px solid var(--performance-line);
  border-radius: 42px;
  background:
    radial-gradient(circle at 70% 20%, rgba(142, 232, 221, 0.14), transparent 30%),
    linear-gradient(145deg, rgba(214, 243, 68, 0.12), transparent 44%),
    rgba(255, 255, 255, 0.03);
  box-shadow: var(--performance-shadow);
}

.console-topline {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.console-topline span {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
}

.console-topline small {
  color: var(--performance-lime);
  font-weight: 900;
  text-transform: uppercase;
}

.console-chart {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: end;
  gap: 10px;
  min-height: 220px;
  padding: 24px;
  border: 1px solid rgba(214, 243, 68, 0.16);
  border-radius: 28px;
  background: rgba(8, 9, 8, 0.58);
}

.console-chart i {
  display: block;
  border-radius: 999px 999px 8px 8px;
  background: linear-gradient(180deg, var(--performance-lime), rgba(214, 243, 68, 0.18));
}

.console-chart i:nth-child(1) { height: 38%; }
.console-chart i:nth-child(2) { height: 52%; }
.console-chart i:nth-child(3) { height: 44%; }
.console-chart i:nth-child(4) { height: 68%; }
.console-chart i:nth-child(5) { height: 78%; }
.console-chart i:nth-child(6) { height: 92%; }

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

.console-metric {
  min-height: 96px;
  padding: 18px;
  border: 1px solid var(--performance-line);
  border-radius: 24px;
  background: rgba(8, 9, 8, 0.78);
  color: #ffffff;
  text-align: left;
  cursor: pointer;
}

.console-metric span {
  display: block;
  margin-bottom: 8px;
  color: var(--performance-muted);
  font-size: 13px;
  font-weight: 800;
}

.console-metric strong {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
}

.console-metric.active {
  border-color: var(--performance-lime);
  background: rgba(214, 243, 68, 0.11);
}

.console-metric.active strong {
  color: var(--performance-lime);
}

.console-readout {
  position: static;
  width: 100%;
  margin-top: 18px;
  padding: 24px;
  border: 1px solid rgba(214, 243, 68, 0.22);
  border-radius: 24px;
  background: rgba(8, 9, 8, 0.9);
  box-shadow: var(--performance-shadow);
}

.console-readout span {
  display: block;
  margin-bottom: 14px;
  color: var(--performance-lime);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.console-readout strong {
  color: #ffffff;
  font-weight: 900;
  line-height: 1.45;
}

@media (max-width: 1040px) {
  .performance-hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .performance-section {
    padding: 76px 0;
  }

  .performance-actions {
    flex-direction: column;
  }

  .performance-pill-btn,
  .performance-ghost-btn {
    width: 100%;
  }

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

  .performance-proof span {
    width: fit-content;
    max-width: 100%;
    white-space: normal;
  }

  .console-frame {
    padding: 22px;
    border-radius: 30px;
  }

  .console-topline {
    display: grid;
  }

  .console-metrics {
    grid-template-columns: 1fr;
  }

  .console-chart {
    min-height: 180px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3e4dde7 */.problem-signal-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.problem-signal-grid .performance-card {
  height: 100%;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transform: none !important;
}

.problem-signal-grid .performance-card span {
  flex: 0 0 auto;
}

.problem-signal-grid .performance-card h3 {
  margin-top: auto;
}

.problem-signal-grid .performance-card p {
  margin-bottom: 24px;
}

.problem-signal-grid .performance-card small {
  margin-top: auto;
  display: block;
}

@media (max-width: 1180px) {
  .problem-signal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .problem-signal-grid .performance-card {
    min-height: 360px;
  }
}

@media (max-width: 720px) {
  .problem-signal-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .problem-signal-grid .performance-card {
    min-height: auto;
  }

  .problem-signal-grid .performance-card h3 {
    margin-top: 80px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-51c198b */.performance-services .service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.performance-services .service-card {
  height: 100%;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transform: none !important;
}

.performance-services .service-card span {
  flex: 0 0 auto;
}

.performance-services .service-card h3 {
  margin-top: auto;
}

.performance-services .service-card p {
  margin-bottom: 24px;
}

.performance-services .service-card small {
  margin-top: auto;
  display: block;
}

@media (max-width: 1180px) {
  .performance-services .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .performance-services .service-card {
    min-height: 360px;
  }
}

@media (max-width: 720px) {
  .performance-services .service-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .performance-services .service-card {
    min-height: auto;
  }

  .performance-services .service-card h3 {
    margin-top: 80px;
  }
}/* End custom CSS */
/* Start custom CSS */:root {
  --pm-black: #080908;
  --pm-ink: #11130f;
  --pm-ink-2: #171a14;
  --pm-lime: #a8b63e;
  --pm-lime-2: #7f8e33;
  --pm-text: #f3f5e9;
  --pm-muted: #c8ccc0;
  --pm-low: #7f8578;
  --pm-cyan: #5fd1c2;
  --pm-violet: #37206f;
  --pm-line: rgba(214, 230, 100, 0.18);
  --pm-glass: rgba(17, 19, 15, 0.72);
  --pm-shadow: 0 30px 100px rgba(0, 0, 0, 0.46);
}

.oura-performance-page,
.oura-performance-page * {
  box-sizing: border-box;
}

.oura-performance-page {
  position: relative;
  isolation: isolate;
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 80% 8%, rgba(168, 182, 62, 0.22), transparent 28%),
    radial-gradient(circle at 20% 32%, rgba(55, 32, 111, 0.32), transparent 27%),
    radial-gradient(circle at 72% 62%, rgba(95, 209, 194, 0.16), transparent 26%),
    linear-gradient(180deg, #050605 0%, var(--pm-black) 42%, #0d100b 100%);
  color: var(--pm-text);
  font-family: "Inter", Arial, sans-serif;
  letter-spacing: 0;
}

.oura-performance-page::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 78px 78px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.86), transparent 88%);
}

.oura-performance-page::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: rgba(0, 0, 0, 0.44);
  pointer-events: none;
}

.oura-performance-page a {
  color: inherit;
  text-decoration: none;
}

.oura-performance-page button,
.oura-performance-page input {
  font: inherit;
}

.oura-performance-page h1,
.oura-performance-page h2,
.oura-performance-page h3,
.oura-performance-page p {
  margin-top: 0;
}

.oura-performance-page h1 {
  max-width: 920px;
  margin-bottom: 24px;
  font-size: clamp(42px, 5.5vw, 76px);
  line-height: 0.95;
  letter-spacing: 0;
}

.oura-performance-page h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 0.98;
  letter-spacing: 0;
}

.oura-performance-page h3 {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.08;
}

.oura-performance-page p {
  color: var(--pm-muted);
  font-size: 17px;
  line-height: 1.7;
}

.performance-cursor-glow {
  position: fixed;
  left: var(--pm-x, 50%);
  top: var(--pm-y, 50%);
  z-index: -1;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(168, 182, 62, 0.16), transparent 62%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.performance-section {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding: 112px 0;
}

.performance-eyebrow {
  margin: 0 0 18px;
  color: var(--pm-lime);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.performance-pill-btn,
.performance-ghost-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 58px;
  border-radius: 999px;
  font-weight: 800;
}

.performance-pill-btn {
  padding: 8px 10px 8px 24px;
  background: var(--pm-lime);
  color: #10110d;
}

.performance-ghost-btn {
  padding: 8px 24px;
  border: 1px solid var(--pm-line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--pm-text);
}

.performance-btn-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: #11130f;
  color: var(--pm-lime);
  transition: transform 0.25s ease;
}

.performance-pill-btn:hover .performance-btn-icon {
  transform: translateX(4px);
}

.performance-hero {
  position: relative;
  display: grid;
  min-height: 100vh;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.78fr);
  align-items: center;
  gap: 48px;
  overflow: hidden;
  border-bottom: 1px solid rgba(168, 182, 62, 0.12);
}

.performance-hero-copy {
  position: relative;
  z-index: 2;
}

.performance-hero-text {
  max-width: 760px;
}

.performance-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.performance-microcopy {
  margin-top: 22px;
  color: var(--pm-low);
  font-size: 14px;
}

.performance-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 720px;
  margin-top: 28px;
}

.performance-proof span,
.lab-token {
  padding: 10px 14px;
  border: 1px solid rgba(168, 182, 62, 0.24);
  border-radius: 999px;
  background: rgba(8, 9, 8, 0.62);
  color: var(--pm-muted);
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(12px);
}

.growth-console {
  position: relative;
  min-height: 560px;
}

.console-frame {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  padding: 28px;
  border: 1px solid var(--pm-line);
  border-radius: 38px;
  background:
    radial-gradient(circle at 70% 24%, rgba(95, 209, 194, 0.16), transparent 28%),
    linear-gradient(145deg, rgba(168, 182, 62, 0.12), transparent 44%),
    rgba(255, 255, 255, 0.03);
  box-shadow: var(--pm-shadow);
}

.console-frame::before {
  position: absolute;
  inset: 28px;
  border: 1px solid rgba(168, 182, 62, 0.12);
  border-radius: 28px;
  content: "";
}

.console-topline {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 38px;
}

.console-topline span {
  color: var(--pm-text);
  font-size: 20px;
  font-weight: 900;
}

.console-topline small {
  color: var(--pm-lime);
  font-weight: 800;
  text-transform: uppercase;
}

.console-chart {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: end;
  gap: 12px;
  height: 230px;
  padding: 28px;
  border: 1px solid rgba(168, 182, 62, 0.12);
  border-radius: 28px;
  background: rgba(8, 9, 8, 0.52);
}

.console-chart i {
  flex: 1;
  min-width: 28px;
  border-radius: 999px 999px 10px 10px;
  background: linear-gradient(180deg, var(--pm-lime), rgba(95, 209, 194, 0.52));
  animation: barPulse 4s ease-in-out infinite;
}

.console-chart i:nth-child(1) { height: 34%; animation-delay: 0s; }
.console-chart i:nth-child(2) { height: 56%; animation-delay: 0.12s; }
.console-chart i:nth-child(3) { height: 48%; animation-delay: 0.24s; }
.console-chart i:nth-child(4) { height: 76%; animation-delay: 0.36s; }
.console-chart i:nth-child(5) { height: 64%; animation-delay: 0.48s; }
.console-chart i:nth-child(6) { height: 88%; animation-delay: 0.6s; }

.console-metrics {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 18px;
}

.console-metric,
.system-control,
.channel-tab,
.funnel-node {
  border: 1px solid var(--pm-line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--pm-muted);
  cursor: pointer;
}

.console-metric {
  display: grid;
  min-height: 108px;
  padding: 18px;
  border-radius: 22px;
  text-align: left;
}

.console-metric span {
  color: var(--pm-low);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.console-metric strong {
  color: var(--pm-text);
  font-size: 22px;
}

.console-metric.active,
.console-metric:hover,
.system-control.active,
.system-control:hover,
.channel-tab.active,
.channel-tab:hover,
.funnel-node.active,
.funnel-node:hover {
  border-color: rgba(168, 182, 62, 0.56);
  background: rgba(168, 182, 62, 0.11);
  color: var(--pm-lime);
}

.console-readout {
  position: absolute;
  right: -10px;
  bottom: 12px;
  z-index: 4;
  width: min(320px, 54vw);
  padding: 20px;
  border: 1px solid rgba(168, 182, 62, 0.22);
  border-radius: 24px;
  background: rgba(8, 9, 8, 0.76);
  box-shadow: var(--pm-shadow);
  backdrop-filter: blur(18px);
}

.console-readout span,
.funnel-readout span {
  display: block;
  margin-bottom: 8px;
  color: var(--pm-lime);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.console-readout strong,
.funnel-readout strong {
  color: var(--pm-text);
  line-height: 1.35;
}

.performance-strip {
  position: relative;
  overflow: hidden;
  border-block: 1px solid rgba(168, 182, 62, 0.14);
  background: rgba(168, 182, 62, 0.08);
}

.performance-strip-track {
  display: flex;
  width: max-content;
  gap: 34px;
  padding: 18px 0;
  animation: performanceMarquee 30s linear infinite;
}

.performance-strip-track span {
  color: rgba(243, 245, 233, 0.82);
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 800;
  white-space: nowrap;
}

.performance-strip-track span::before {
  margin: 0 34px 0 0;
  color: var(--pm-lime);
  content: "+";
}

.performance-section-heading {
  max-width: 930px;
  margin-bottom: 50px;
}

.performance-section-heading.compact {
  max-width: 790px;
}

.problem-signal-grid,
.service-grid,
.report-grid,
.fit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

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

.performance-card,
.performance-glass,
.report-card,
.fit-grid article {
  border: 1px solid var(--pm-line);
  background: var(--pm-glass);
  box-shadow: var(--pm-shadow);
  backdrop-filter: blur(18px);
}

.performance-card {
  position: relative;
  min-height: 300px;
  padding: 28px;
  border-radius: 28px;
  overflow: hidden;
  transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transition: border-color 0.24s ease, transform 0.24s ease, background 0.24s ease;
}

.performance-card::before {
  position: absolute;
  right: -60px;
  bottom: -90px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(168, 182, 62, 0.09);
  content: "";
}

.performance-card:hover,
.report-card:hover,
.fit-grid article:hover {
  border-color: rgba(168, 182, 62, 0.52);
  transform: translateY(-4px) perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
}

.performance-card span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin-bottom: 52px;
  place-items: center;
  border-radius: 50%;
  background: rgba(168, 182, 62, 0.14);
  color: var(--pm-lime);
  font-weight: 800;
}

.performance-card small {
  display: block;
  margin-top: 18px;
  color: var(--pm-lime);
  font-weight: 800;
  line-height: 1.6;
}

.performance-card:nth-child(2),
.performance-card:nth-child(5) {
  transform: translateY(28px) perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
}

.performance-card:nth-child(4) {
  transform: translateY(-18px) perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
}

.system-board,
.channel-grid,
.budget-board {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  gap: 28px;
  align-items: stretch;
}

.system-controls,
.channel-tabs {
  display: grid;
  gap: 10px;
}

.system-control,
.channel-tab {
  min-height: 76px;
  padding: 0 24px;
  border-radius: 24px;
  color: var(--pm-text);
  font-weight: 800;
  text-align: left;
  transition: border-color 0.24s ease, color 0.24s ease, background 0.24s ease, transform 0.24s ease;
}

.system-control:hover,
.system-control.active,
.channel-tab:hover,
.channel-tab.active {
  transform: translateX(6px);
}

.performance-glass {
  border-radius: 30px;
  padding: clamp(28px, 4vw, 46px);
}

.panel-label,
.channel-panel > span {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--pm-lime);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.channel-panel ul {
  padding-left: 18px;
  color: var(--pm-muted);
  line-height: 1.9;
}

.funnel-economics,
.experiment-lab,
.reporting-section {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 1fr);
  gap: 48px;
  align-items: center;
}

.funnel-map {
  position: relative;
  display: grid;
  min-height: 520px;
  place-items: center;
  border: 1px solid var(--pm-line);
  border-radius: 42px;
  background:
    radial-gradient(circle, rgba(168, 182, 62, 0.18), transparent 28%),
    rgba(255, 255, 255, 0.03);
  box-shadow: var(--pm-shadow);
}

.funnel-map::before,
.funnel-map::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(168, 182, 62, 0.16);
  border-radius: 50%;
}

.funnel-map::before {
  inset: 12%;
}

.funnel-map::after {
  inset: 28%;
}

.funnel-node {
  position: absolute;
  z-index: 3;
  display: grid;
  min-width: 108px;
  min-height: 72px;
  place-items: center;
  padding: 12px;
  border-radius: 999px;
  color: var(--pm-text);
  font-weight: 800;
}

.funnel-node:nth-child(1) { top: 8%; left: 50%; transform: translateX(-50%); }
.funnel-node:nth-child(2) { top: 30%; right: 4%; }
.funnel-node:nth-child(3) { right: 11%; bottom: 16%; }
.funnel-node:nth-child(4) { left: 11%; bottom: 16%; }
.funnel-node:nth-child(5) { top: 30%; left: 4%; }

.funnel-readout {
  position: relative;
  z-index: 2;
  width: min(320px, 62vw);
  padding: 24px;
  border: 1px solid rgba(168, 182, 62, 0.22);
  border-radius: 24px;
  background: rgba(8, 9, 8, 0.72);
  box-shadow: var(--pm-shadow);
  backdrop-filter: blur(18px);
}

.budget-slider-wrap {
  display: grid;
  align-content: center;
  min-height: 320px;
  padding: 36px;
  border: 1px solid var(--pm-line);
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(168, 182, 62, 0.1), transparent 42%),
    rgba(255, 255, 255, 0.03);
  box-shadow: var(--pm-shadow);
}

.budget-slider-wrap label {
  margin-bottom: 28px;
  color: var(--pm-text);
  font-size: 28px;
  font-weight: 900;
}

.budget-slider-wrap input {
  width: 100%;
  accent-color: var(--pm-lime);
}

.budget-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
  color: var(--pm-muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.lab-visual {
  position: relative;
  min-height: 560px;
}

.lab-placeholder {
  position: relative;
  display: grid;
  min-height: 560px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(168, 182, 62, 0.22);
  border-radius: 42px;
  background:
    linear-gradient(135deg, rgba(168, 182, 62, 0.16), transparent 32%),
    linear-gradient(315deg, rgba(95, 209, 194, 0.14), transparent 34%),
    radial-gradient(circle at 62% 24%, rgba(255, 255, 255, 0.08), transparent 24%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 28px),
    #0b0d09;
  box-shadow: var(--pm-shadow);
  color: rgba(243, 245, 233, 0.72);
  text-align: center;
}

.lab-placeholder span {
  position: relative;
  z-index: 2;
  padding: 12px 16px;
  border: 1px solid rgba(168, 182, 62, 0.28);
  border-radius: 999px;
  background: rgba(8, 9, 8, 0.62);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.lab-token {
  position: absolute;
}

.lab-a { top: 8%; left: 8%; }
.lab-b { top: 18%; right: 10%; }
.lab-c { left: 14%; bottom: 16%; }
.lab-d { right: 9%; bottom: 22%; }
.lab-e { left: 46%; bottom: 8%; }

.lab-points {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.lab-points span {
  padding: 18px 20px;
  border: 1px solid var(--pm-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--pm-text);
  font-weight: 800;
}

.reporting-section {
  padding: 84px clamp(22px, 5vw, 64px);
  border: 1px solid var(--pm-line);
  border-radius: 42px;
  background:
    linear-gradient(135deg, rgba(168, 182, 62, 0.08), transparent),
    rgba(255, 255, 255, 0.03);
}

.report-card {
  min-height: 142px;
  padding: 24px;
  border-radius: 24px;
  transition: border-color 0.24s ease, transform 0.24s ease;
}

.report-card span {
  color: var(--pm-lime);
  font-size: 40px;
  font-weight: 900;
}

.fit-grid article {
  padding: 32px;
  border-radius: 28px;
  transition: border-color 0.24s ease, transform 0.24s ease;
}

.performance-final-cta {
  position: relative;
  display: grid;
  min-height: 520px;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--pm-line);
  border-radius: 42px;
  background: rgba(255, 255, 255, 0.03);
  text-align: center;
}

.performance-final-cta h2,
.performance-final-cta p {
  max-width: 820px;
}

.performance-cta-orbit {
  position: absolute;
  width: 520px;
  aspect-ratio: 1;
  border: 52px solid rgba(168, 182, 62, 0.18);
  border-radius: 50%;
  transform: translate(52%, -18%);
}

.performance-final-cta > *:not(.performance-cta-orbit) {
  position: relative;
  z-index: 2;
}

.performance-reveal {
  opacity: 0;
  translate: 0 26px;
  transition: opacity 0.6s ease, translate 0.6s ease;
}

.performance-reveal.is-visible {
  opacity: 1;
  translate: 0 0;
}

@keyframes performanceMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes barPulse {
  0%, 100% { opacity: 0.72; transform: scaleY(0.92); }
  50% { opacity: 1; transform: scaleY(1); }
}

@media (max-width: 1040px) {
  .performance-hero,
  .system-board,
  .channel-grid,
  .funnel-economics,
  .budget-board,
  .experiment-lab,
  .reporting-section {
    grid-template-columns: 1fr;
  }

  .problem-signal-grid,
  .service-grid,
  .report-grid,
  .fit-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .performance-card:nth-child(2),
  .performance-card:nth-child(4),
  .performance-card:nth-child(5) {
    transform: none;
  }
}

@media (max-width: 720px) {
  .performance-section {
    padding: 76px 0;
  }

  .performance-hero {
    padding-top: 72px;
  }

  .performance-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .performance-pill-btn,
  .performance-ghost-btn {
    width: 100%;
  }

  .problem-signal-grid,
  .service-grid,
  .report-grid,
  .fit-grid,
  .console-metrics {
    grid-template-columns: 1fr;
  }

  .growth-console,
  .console-frame,
  .funnel-map,
  .lab-placeholder,
  .lab-visual {
    min-height: 430px;
  }

  .console-readout {
    position: relative;
    right: auto;
    bottom: auto;
    width: auto;
    margin-top: 16px;
  }

  .funnel-node {
    position: static;
    min-width: 100%;
    margin: 4px 0;
  }

  .funnel-map {
    align-content: center;
    gap: 8px;
    padding: 24px;
  }

  .funnel-readout {
    width: 100%;
    margin-top: 12px;
  }

  .performance-card {
    min-height: auto;
  }

  .lab-points span {
    border-radius: 22px;
  }
}/* End custom CSS */