.scenario-evergreen-screen {
  position: relative;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: calc(var(--design-vh) * 100);
  padding: 72px 32px 52px;
  overflow: hidden;
}

.scenario-evergreen-screen::before {
  position: absolute;
  inset: 13% 1% 8% 24%;
  z-index: -1;
  content: '';
  background:
    radial-gradient(ellipse 54% 48% at 31% 48%, rgba(60, 204, 200, 0.12), transparent 76%),
    radial-gradient(ellipse 44% 44% at 84% 49%, rgba(248, 188, 214, 0.09), transparent 78%);
  filter: blur(30px);
  pointer-events: none;
}

.scenario-evergreen-layout {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  min-height: 590px;
}

.scenario-evergreen-copy {
  position: relative;
  align-self: center;
  padding: 8px 0 8px 24px;
}

.scenario-evergreen-copy::before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
  width: 3px;
  border-radius: 999px;
  content: '';
  background: linear-gradient(180deg, #28c7c4, rgba(94, 219, 216, 0.12));
}

.scenario-evergreen-index {
  display: block;
  margin-bottom: 10px;
  color: #28bdbb;
  font-size: 58px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.scenario-evergreen-copy h3 {
  margin: 0 0 20px;
  color: #14283a;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0;
}

.scenario-evergreen-copy p {
  margin: 0;
  color: #607487;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.78;
  letter-spacing: 0;
}

.scenario-evergreen-flow {
  position: relative;
  display: grid;
  grid-template-columns: 260px 58px 170px 58px 230px 145px;
  gap: 8px;
  align-items: center;
  align-self: center;
  justify-content: end;
  min-width: 0;
  perspective: 1000px;
}

.evergreen-stage {
  position: relative;
  min-width: 0;
}

.evergreen-stage-label {
  display: table;
  min-width: 0;
  margin: 0 auto 12px;
  padding: 7px 15px;
  border: 1px solid rgba(74, 199, 196, 0.22);
  border-radius: 999px;
  color: #279b9a;
  background: rgba(230, 249, 247, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  white-space: nowrap;
}

.evergreen-glass-card {
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.96);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 17px 34px rgba(34, 98, 114, 0.11), inset 0 1px 0 #fff;
  backdrop-filter: blur(14px);
}

.evergreen-template-stage {
  padding: 25px 0;
}

.evergreen-template-panel {
  padding: 15px 11px 16px;
}

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

.evergreen-template-card {
  min-width: 0;
  margin: 0;
  transform-origin: 50% 100%;
}

.evergreen-template-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 393 / 700;
  border: 1px solid rgba(255, 255, 255, 0.94);
  border-radius: 6px;
  object-fit: contain;
  box-shadow: 0 10px 20px rgba(27, 76, 96, 0.11);
}

.evergreen-template-card figcaption {
  margin-top: 8px;
  color: #607684;
  font-size: 10px;
  font-weight: 650;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
}

.evergreen-flow-node {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 8px;
  z-index: 2;
}

.evergreen-flow-node::before,
.evergreen-flow-node::after {
  position: absolute;
  top: 31px;
  width: 9px;
  height: 1px;
  content: '';
  background: linear-gradient(90deg, rgba(43, 180, 177, 0.15), rgba(43, 180, 177, 0.68));
}

.evergreen-flow-node::before { right: 100%; }
.evergreen-flow-node::after { left: 100%; transform: rotate(180deg); }

.evergreen-node-icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #70ded9, #1da8a5);
  box-shadow: 0 15px 28px rgba(35, 177, 173, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.evergreen-node-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.evergreen-flow-node strong {
  color: #2a8f8d;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
}

.evergreen-account-stage {
  padding: 25px 0;
}

.evergreen-account-panel {
  display: grid;
  gap: 10px;
  padding: 12px 9px;
}

.evergreen-account-stage .evergreen-stage-label {
  padding: 6px 10px;
  font-size: 11px;
}

.evergreen-account-row {
  display: grid;
  grid-template-columns: 61px minmax(0, 1fr);
  gap: 7px;
  align-items: center;
  min-height: 70px;
  overflow: hidden;
  border: 1px solid rgba(218, 239, 239, 0.82);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 8px 18px rgba(33, 91, 108, 0.07);
  transform-origin: 50% 0;
}

.evergreen-account-name {
  display: grid;
  align-self: stretch;
  place-items: center;
  padding: 7px 4px;
  color: #278f8d;
  background: linear-gradient(135deg, rgba(218, 247, 245, 0.94), rgba(244, 253, 252, 0.84));
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
}

.evergreen-platform-dots {
  display: flex;
  align-items: center;
  justify-content: space-around;
  min-width: 0;
  padding-right: 5px;
}

.evergreen-platform-dot {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  background: #1c2732;
  font-size: 9px;
  font-weight: 800;
}

.evergreen-platform-dot:nth-child(2) { background: #f2b52a; }
.evergreen-platform-dot:nth-child(3) { background: #e94d52; }
.evergreen-platform-dot:nth-child(4) { color: #60727f; background: #edf4f4; }

.evergreen-review-stage {
  padding: 12px 0;
}

.evergreen-review-card {
  min-height: 0;
  padding: 11px;
  transform-origin: 0 50%;
}

.evergreen-review-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin-bottom: 13px;
}

.evergreen-kpi {
  min-width: 0;
  padding: 9px 5px;
  border: 1px solid rgba(222, 239, 240, 0.82);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 7px 15px rgba(33, 91, 108, 0.06);
}

.evergreen-kpi span {
  display: block;
  margin-bottom: 5px;
  color: #82939e;
  font-size: 9px;
  line-height: 1.2;
  letter-spacing: 0;
}

.evergreen-kpi strong {
  display: block;
  overflow: hidden;
  color: #173044;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: 0;
  font-variant-numeric: tabular-nums;
  text-overflow: unset;
  white-space: nowrap;
}

.evergreen-chart-title {
  margin: 0 0 6px;
  color: #526a79;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

.evergreen-trend-chart {
  display: block;
  width: 100%;
  height: 112px;
  margin-bottom: 12px;
}

.evergreen-chart-grid {
  stroke: rgba(93, 133, 147, 0.12);
  stroke-width: 1;
}

.evergreen-chart-line {
  fill: none;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.evergreen-chart-line--exposure { stroke: #3f95ca; }
.evergreen-chart-line--lead { stroke: #43c1bd; }

.evergreen-chart-area {
  fill: url(#evergreenChartArea);
  opacity: 0.28;
}

.evergreen-chart-months {
  fill: #8b9aa4;
  font-size: 7px;
}

.evergreen-channel-row {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
}

.evergreen-channel-donut {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: conic-gradient(#2a8fd0 0 42%, #42c6c1 42% 68%, #45a9d9 68% 86%, #22a9a6 86% 100%);
  transform: rotate(-90deg);
}

.evergreen-channel-donut::after {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  content: '';
  background: rgba(250, 255, 255, 0.96);
}

.evergreen-channel-list {
  display: grid;
  gap: 5px;
  padding: 0;
  margin: 0;
  color: #637986;
  font-size: 9px;
  line-height: 1.2;
  list-style: none;
}

.evergreen-channel-list li {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.evergreen-cycle-stage {
  display: grid;
  place-items: center;
  min-height: 360px;
}

.evergreen-cycle {
  position: relative;
  width: 145px;
  height: 145px;
}

.evergreen-cycle-orbit {
  position: absolute;
  inset: 12px;
  display: block;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  overflow: visible;
  animation: evergreenOrbit 14s linear infinite;
}

.evergreen-cycle-orbit circle {
  fill: none;
  stroke: rgba(48, 185, 181, 0.25);
  stroke-width: 1;
  stroke-dasharray: 4 6;
}

.evergreen-cycle-orbit path {
  fill: none;
  stroke: url(#evergreenCycleGradient);
  stroke-width: 2.2;
  stroke-linecap: round;
}

.evergreen-cycle-center {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #6cddd8, #21aaa7);
  box-shadow: 0 14px 28px rgba(32, 169, 165, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  transform: translate(-50%, -50%);
}

.evergreen-cycle-center svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.evergreen-cycle-label {
  position: absolute;
  z-index: 2;
  min-width: 63px;
  padding: 6px 8px;
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 999px;
  color: #279895;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 9px 19px rgba(32, 91, 107, 0.1);
  font-size: 9px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  transform-origin: 50% 50%;
}

.evergreen-cycle-label--top { top: -3px; left: 50%; transform: translateX(-50%); }
.evergreen-cycle-label--right { top: 50%; right: -5px; transform: translateY(-50%); }
.evergreen-cycle-label--bottom { bottom: -3px; left: 50%; transform: translateX(-50%); }
.evergreen-cycle-label--left { top: 50%; left: -5px; transform: translateY(-50%); }

@keyframes evergreenOrbit {
  to { transform: rotate(360deg); }
}

@media (min-width: 761px) {
  .evergreen-template-stage,
  .evergreen-account-stage,
  .evergreen-review-stage {
    padding: 0;
  }

  .evergreen-stage-label {
    position: absolute;
    bottom: calc(100% + 12px);
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
  }

  .evergreen-flow-node {
    height: 56px;
    gap: 0;
  }

  .evergreen-flow-node::before {
    top: 50%;
    transform: translateY(-50%);
  }

  .evergreen-flow-node::after {
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
  }

  .evergreen-flow-node strong {
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 760px) {
  .scenario-evergreen-screen {
    min-height: auto;
    padding: 100px 16px 110px;
    overflow: visible;
    scroll-snap-stop: normal;
  }

  .scenario-evergreen-screen::before { inset: 8% -18% 4%; }

  .scenario-evergreen-layout {
    grid-template-columns: 1fr;
    gap: 32px;
    min-height: 0;
  }

  .scenario-evergreen-copy { padding-left: 18px; }
  .scenario-evergreen-index { margin-bottom: 8px; font-size: 48px; }
  .scenario-evergreen-copy h3 { margin-bottom: 14px; font-size: 27px; }
  .scenario-evergreen-copy p { font-size: 15px; line-height: 1.8; }

  .scenario-evergreen-flow {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .evergreen-template-stage,
  .evergreen-account-stage,
  .evergreen-review-stage {
    padding: 0;
  }

  .evergreen-stage-label { font-size: 13px; }

  .evergreen-template-panel { padding: 14px 10px 16px; }
  .evergreen-template-cards { gap: 7px; }
  .evergreen-template-card figcaption { font-size: 10px; }

  .evergreen-flow-node {
    padding: 1px 0;
  }

  .evergreen-flow-node::before {
    top: -30px;
    right: auto;
    left: 50%;
    width: 1px;
    height: 30px;
    background: linear-gradient(180deg, rgba(43, 180, 177, 0.1), rgba(43, 180, 177, 0.68));
  }

  .evergreen-flow-node::after {
    top: 100%;
    left: 50%;
    width: 1px;
    height: 30px;
    background: linear-gradient(180deg, rgba(43, 180, 177, 0.68), rgba(43, 180, 177, 0.12));
    transform: none;
  }

  .evergreen-account-panel {
    padding: 14px;
  }

  .evergreen-account-row {
    grid-template-columns: 105px minmax(0, 1fr);
    min-height: 76px;
  }

  .evergreen-account-name { font-size: 14px; }
  .evergreen-platform-dot { width: 30px; height: 30px; font-size: 11px; }

  .evergreen-review-card {
    min-height: 0;
    padding: 15px;
  }

  .evergreen-kpi strong { font-size: 18px; }
  .evergreen-trend-chart { height: 150px; }

  .evergreen-channel-row {
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 18px;
  }

  .evergreen-channel-donut { width: 108px; height: 108px; }
  .evergreen-channel-donut::after { width: 59px; height: 59px; }
  .evergreen-channel-list { gap: 8px; font-size: 11px; }

  .evergreen-cycle-stage { min-height: 280px; }
  .evergreen-cycle { width: 250px; height: 250px; }
  .evergreen-cycle-center { width: 82px; height: 82px; }
  .evergreen-cycle-center svg { width: 39px; height: 39px; }
  .evergreen-cycle-label { min-width: 82px; padding: 8px 12px; font-size: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .evergreen-cycle-orbit { animation: none; }
}
