.hero { grid-template-columns: 1fr .92fr; }
.hero-visual { min-height: 560px; perspective: 1200px; }
.hero-visual::before { display: none; }

.ecosystem-panel {
  position: relative;
  z-index: 2;
  width: min(470px, 92%);
  padding: 19px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 24px;
  background: linear-gradient(155deg, rgba(255,255,255,.13), rgba(255,255,255,.055));
  box-shadow: 0 42px 85px rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,.12);
  backdrop-filter: blur(22px);
  transform: rotateY(-5deg) rotateX(2deg);
}

.panel-header { padding: 2px 2px 17px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.1); }
.panel-header > div { display: flex; align-items: center; gap: 9px; }
.panel-header strong { font-size: 12px; }
.panel-mark { width: 23px; height: 23px; display: block; border-radius: 7px; background: linear-gradient(135deg, var(--pink), var(--purple)); box-shadow: 0 8px 18px rgba(239,77,131,.2); }
.live-state { padding: 6px 9px; display: flex; align-items: center; gap: 7px; border: 1px solid rgba(102,230,165,.2); border-radius: 999px; color: #8eeab9; background: rgba(102,230,165,.07); font-size: 9px; font-weight: 700; }
.live-state i { width: 6px; height: 6px; border-radius: 50%; background: #67e6a5; box-shadow: 0 0 0 4px rgba(103,230,165,.1); }
.panel-summary { padding: 24px 2px 20px; }
.panel-summary > span { color: rgba(255,255,255,.44); text-transform: uppercase; letter-spacing: .12em; font-size: 8px; font-weight: 700; }
.panel-summary > strong { margin-top: 8px; display: block; font-family: "Manrope"; font-size: 28px; letter-spacing: -.04em; }
.panel-summary p { max-width: 330px; margin: 8px 0 0; color: rgba(255,255,255,.5); font-size: 11px; line-height: 1.55; }
.panel-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.panel-metrics > div { padding: 15px; display: grid; gap: 5px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: rgba(12,9,23,.28); }
.panel-metrics span { color: rgba(255,255,255,.42); font-size: 9px; }
.panel-metrics strong { font-family: "Manrope"; font-size: 24px; }
.panel-metrics small { color: rgba(255,255,255,.34); font-size: 8px; }
.panel-tools { margin-top: 9px; padding: 7px; border: 1px solid rgba(255,255,255,.09); border-radius: 16px; background: rgba(12,9,23,.2); }
.panel-tools > div { padding: 9px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; border-bottom: 1px solid rgba(255,255,255,.07); }
.panel-tools > div:last-child { border: 0; }
.tool-icon { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; font-family: "Manrope"; font-size: 9px; font-weight: 700; }
.tool-icon.pink { color: #ff8db2; background: rgba(239,77,131,.12); }
.tool-icon.purple { color: #b9a5ff; background: rgba(107,76,230,.14); }
.tool-icon.blue { color: #8bc9ff; background: rgba(78,165,255,.12); }
.panel-tools p { margin: 0; display: grid; gap: 2px; }
.panel-tools p strong { font-size: 10px; }
.panel-tools p small { color: rgba(255,255,255,.36); font-size: 8px; }
.panel-tools b { color: rgba(255,255,255,.45); font-size: 8px; font-weight: 600; }
.panel-float { position: absolute; z-index: 4; padding: 12px 14px; border: 1px solid rgba(255,255,255,.14); border-radius: 13px; background: rgba(31,22,52,.76); box-shadow: 0 18px 42px rgba(0,0,0,.2); backdrop-filter: blur(16px); }
.panel-float-one { right: -5px; top: 64px; display: grid; gap: 2px; }
.panel-float-one span { color: #88e8b5; font-family: "Manrope"; font-size: 13px; font-weight: 700; }
.panel-float-one small { color: rgba(255,255,255,.42); font-size: 8px; }
.panel-float-two { left: 0; bottom: 62px; display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.66); font-size: 9px; font-weight: 600; }
.panel-float-two i { width: 7px; height: 7px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 0 5px rgba(239,77,131,.12); }
.motion-ready .hero-visual.motion-reveal { transform: translate3d(50px,20px,0) scale(.94); }
.motion-ready .hero-visual.motion-reveal.in-view { transform: none; }

.product-scroll.is-ready .product-grid {
  background: radial-gradient(circle at 50% 50%, rgba(107,76,230,.13), transparent 43%), linear-gradient(145deg,#eeecf3,#e5e1eb);
}

@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; }
  .hero-visual { min-height: 590px; }
}

@media (max-width: 700px) {
  .hero-visual { min-height: 500px; }
  .ecosystem-panel { width: 100%; padding: 14px; transform: none; }
  .panel-summary > strong { font-size: 23px; }
  .panel-float-one { right: -5px; top: 54px; }
  .panel-float-two { left: -5px; bottom: 36px; }
}
