.productDemo {
  padding-top: clamp(74px, 9vw, 118px);
}

.productDemo .sectionHead {
  max-width: 760px;
}

.demoStageMotion {
  width: min(100%, 1180px);
  margin: 42px auto 0;
}

.demoShell {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 30px;
  background: #090b09;
  box-shadow: 0 34px 110px rgba(0, 0, 0, .44), inset 0 1px 0 rgba(255, 255, 255, .07);
  will-change: opacity, filter, transform;
  transition:
    opacity .64s cubic-bezier(.4, 0, .2, 1),
    filter .64s cubic-bezier(.4, 0, .2, 1),
    border-radius .64s cubic-bezier(.4, 0, .2, 1),
    transform .72s cubic-bezier(.4, 0, .2, 1);
  transform-origin: 50% 100%;
}

.demoShell.isClosing {
  opacity: 0;
  filter: blur(4px);
  transform: translate3d(0, 14px, 0) scale(.985);
}

.demoShell.isScrollMinimized {
  opacity: 0;
  filter: blur(.8px) saturate(.88);
  border-radius: 26px;
  pointer-events: none;
  transform: translate3d(0, 18px, 0) scale(.9);
}

.demoViewport {
  position: relative;
  aspect-ratio: 16 / 9;
  min-height: 480px;
  overflow: hidden;
  background: #090b09;
}

@media (prefers-reduced-motion: reduce) {
  .demoShell.isScrollMinimized {
    transform: none;
  }
}

.demoScene {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.012);
  transition: opacity .5s ease, transform .7s cubic-bezier(.2, .75, .2, 1), visibility 0s linear .5s;
}

.demoScene.isActive {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition-delay: 0s;
}

.demoSketchupSplash {
  background: #090b10;
}

.windowsDesktop {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, .015), rgba(102, 143, 184, .045)),
    url("/assets/windows-11-wallpaper-light.jpg") center / cover no-repeat;
}

.windowsDesktop::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, transparent 54%, rgba(40, 78, 118, .08) 100%);
  pointer-events: none;
}

.desktopShortcut {
  position: relative;
  z-index: 2;
  display: grid;
  width: 112px;
  min-height: 112px;
  place-items: center;
  gap: 8px;
  padding: 12px 8px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  color: #fff;
  font-family: "Segoe UI Variable", "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 560;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, .92),
    0 2px 7px rgba(0, 0, 0, .66);
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.desktopShortcut img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 7px 12px rgba(0, 0, 0, .36));
}

.desktopShortcut.isPressed {
  border-color: rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .08);
  transform: scale(.97);
}

.windowsTaskbar {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: grid;
  height: 34px;
  align-items: center;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, .72);
  background: rgba(229, 239, 248, .7);
  box-shadow: 0 -8px 24px rgba(60, 94, 128, .08);
  backdrop-filter: blur(24px) saturate(1.16);
}

.windowsTaskbarApps {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
}

.windowsStart {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  grid-template-columns: repeat(2, 6px);
  grid-template-rows: repeat(2, 6px);
  gap: 1.5px;
  border-radius: 4px;
}

.windowsStart i {
  width: 6px;
  height: 6px;
  border-radius: .6px;
  background: linear-gradient(145deg, #1689ea, #0869c6);
  box-shadow: inset 0 0 0 .35px rgba(255,255,255,.24);
}

.demoWorkspace img,
.demoResult video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.demoWorkspace::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 90px rgba(0, 0, 0, .1);
}

.demoOneFrameGate {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 50%, rgba(183, 255, 0, .045), transparent 34%),
    radial-gradient(rgba(255,255,255,.035) .7px, transparent .7px),
    #0d0f0d;
  background-size: auto, 12px 12px, auto;
}

.oneFrameIntro,
.licensePanel {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: opacity .5s ease, transform .65s cubic-bezier(.2, .8, .2, 1);
}

.oneFrameIntro svg {
  width: clamp(125px, 17vw, 190px);
  overflow: visible;
  fill: none;
  stroke: #b7ff00;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 12px rgba(183, 255, 0, .18));
}

.oneFrameIntro path {
  stroke-dasharray: 360;
  stroke-dashoffset: 360;
  animation: drawOneFrame 1.15s cubic-bezier(.55, .04, .28, .98) forwards;
}

.oneFrameIntro .introOuter { animation-delay: .24s; }
.oneFrameIntro .introInner { animation-delay: .47s; }

.oneFrameIntro strong {
  margin-top: -7px;
  color: #f5f7f4;
  font-size: clamp(26px, 3.2vw, 39px);
  letter-spacing: -.055em;
  opacity: 0;
  transform: translateY(8px);
  animation: revealOneFrame .55s ease 1.05s forwards;
}

.oneFrameGateReady .oneFrameIntro {
  opacity: 0;
  transform: scale(.95);
  pointer-events: none;
}

.licensePanel {
  width: min(360px, 66%);
  margin: auto;
  opacity: 0;
  transform: translateY(16px);
}

.oneFrameGateReady .licensePanel {
  opacity: 1;
  transform: translateY(0);
}

.licenseLogo {
  width: 48px;
  fill: none;
  stroke: #b7ff00;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.licensePanel h3 {
  margin: 8px 0 2px;
  color: #f7f8f6;
  font-size: 23px;
  letter-spacing: -.045em;
}

.licensePanel > p {
  margin: 0 0 13px;
  color: #8b928c;
  font-size: 10px;
}

.licensePanel label {
  width: 100%;
  margin-top: 8px;
  color: #7f8780;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.licensePanel label span {
  display: flex;
  height: 40px;
  align-items: center;
  margin-top: 5px;
  padding: 0 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 11px;
  background: rgba(255, 255, 255, .035);
  color: #e7ebe6;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .01em;
  text-transform: none;
}

.licensePanel button {
  width: 100%;
  height: 40px;
  margin-top: 14px;
  border: 0;
  border-radius: 11px;
  background: #b7ff00;
  color: #11150c;
  font-family: inherit;
  font-size: 11px;
  font-weight: 800;
}

.licensePanel button.isPressed {
  transform: scale(.975);
  box-shadow: 0 0 26px rgba(183, 255, 0, .3);
}

.demoProjectData {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 44%, rgba(183, 255, 0, .045), transparent 34%),
    radial-gradient(rgba(255, 255, 255, .04) .65px, transparent .75px),
    #0d0f0d;
  background-size: auto, 12px 12px, auto;
}

.projectDataCard {
  width: min(480px, 74%);
  padding: clamp(20px, 3.2vw, 34px);
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(27, 30, 27, .96), rgba(13, 15, 13, .96));
  box-shadow: 0 28px 70px rgba(0, 0, 0, .36), inset 0 1px 0 rgba(255, 255, 255, .035);
}

.projectDataEyebrow {
  margin: 0 0 8px;
  color: #b7ff00;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.projectDataCard h3 {
  margin: 0;
  color: #f5f7f3;
  font-size: clamp(20px, 2.8vw, 32px);
  letter-spacing: -.05em;
}

.projectDataSubtitle {
  margin: 5px 0 17px;
  color: #8c938c;
  font-size: clamp(8px, .9vw, 11px);
}

.projectDataStack {
  display: grid;
  gap: 9px;
}

.projectDataStack label {
  color: #8e958e;
  font-size: 8px;
  font-weight: 760;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.projectDataStack label > span {
  display: flex;
  min-height: 39px;
  align-items: center;
  margin-top: 5px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 11px;
  background: rgba(255, 255, 255, .035);
  color: #edf0eb;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
}

.projectDataStatus {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
  color: #737b73;
  font-size: 8px;
}

.projectDataStatus strong {
  color: #aeb5ad;
}

.projectDataCard > button {
  width: 100%;
  min-height: 40px;
  margin-top: 14px;
  border: 0;
  border-radius: 11px;
  background: #b7ff00;
  color: #11150c;
  font: 800 10px/1 "Segoe UI Variable", "Segoe UI", sans-serif;
}

.projectDataCard > button.isPressed {
  transform: scale(.978);
  box-shadow: 0 0 26px rgba(183, 255, 0, .28);
}

.demoProject {
  background: #080808;
}

.pluginReplica {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  padding: 12px;
  overflow: hidden;
  color: #f4f5f2;
  font-family: "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
  background:
    radial-gradient(circle at 82% 20%, rgba(183, 255, 0, .08), transparent 19%),
    radial-gradient(circle at 24% 86%, rgba(183, 255, 0, .045), transparent 20%),
    linear-gradient(180deg, #0e0e0e 0%, #050505 100%);
}

.replicaTabs {
  display: grid;
  height: 46px;
  flex: 0 0 auto;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 5px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, .095);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(28, 28, 28, .88), rgba(10, 10, 10, .72));
  box-shadow: 0 20px 50px rgba(0, 0, 0, .32), inset 0 1px 0 rgba(255, 255, 255, .08);
}

.replicaTabs button {
  min-width: 0;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 12px;
  background: transparent;
  color: rgba(245, 247, 243, .72);
  font: 750 clamp(6px, .72vw, 9px)/1 "Segoe UI Variable", "Segoe UI", sans-serif;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.replicaTabs button.isActive {
  border-color: rgba(183, 255, 0, .66);
  background: linear-gradient(180deg, rgba(183, 255, 0, .08), rgba(183, 255, 0, .015));
  color: #fff;
  box-shadow: inset 0 0 20px rgba(183, 255, 0, .035);
}

.replicaTabs button.isActive::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 7px;
  border-radius: 50%;
  background: #b7ff00;
  box-shadow: 0 0 9px rgba(183, 255, 0, .75);
  vertical-align: 1px;
}

.replicaWorkspace {
  display: grid;
  min-height: 0;
  flex: 1;
  grid-template-columns: 27% minmax(0, 1fr) 22%;
  gap: 8px;
  padding-top: 8px;
}

.replicaPanel {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(28, 28, 28, .88), rgba(10, 10, 10, .72));
  backdrop-filter: blur(34px) saturate(1.44);
  box-shadow: 0 22px 52px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .08);
}

.replicaControls,
.replicaSummary {
  padding: 16px;
}

.replicaControls > h3,
.replicaSummary > h3,
.replicaPreview h3 {
  margin: 0;
  color: #f6f7f4;
  font-size: clamp(11px, 1.28vw, 17px);
  font-weight: 820;
  letter-spacing: -.035em;
  text-transform: uppercase;
}

.replicaAccent {
  width: 36px;
  height: 3px;
  margin: 9px 0 13px;
  border-radius: 5px;
  background: #b7ff00;
  box-shadow: 0 0 13px rgba(183, 255, 0, .22);
}

.replicaControlBody {
  display: grid;
  gap: 9px;
  transition: opacity .18s ease, transform .28s ease;
}

.demoProject.isChanging .replicaControlBody,
.demoProject.isChanging .replicaPreviewCanvas {
  opacity: .12;
  transform: translateY(5px);
}

.replicaCard {
  padding: 11px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 13px;
  background: rgba(255, 255, 255, .035);
}

.replicaCard > b {
  display: block;
  margin-bottom: 8px;
  color: #e9ece7;
  font-size: clamp(6px, .68vw, 9px);
  letter-spacing: .045em;
  text-transform: uppercase;
}

.replicaFields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.replicaField label {
  display: block;
  min-height: 16px;
  margin-bottom: 4px;
  color: #919890;
  font-size: clamp(5px, .55vw, 7.5px);
  font-weight: 760;
  line-height: 1.15;
  text-transform: uppercase;
}

.replicaField span {
  display: flex;
  min-height: 29px;
  align-items: center;
  padding: 0 9px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 9px;
  background: rgba(255, 255, 255, .05);
  color: #f2f4f0;
  font-size: clamp(6px, .66vw, 9px);
  font-weight: 720;
}

.replicaDimensionTarget {
  cursor: text;
}

.replicaDimensionTarget span {
  transition:
    border-color .22s ease,
    background .22s ease,
    box-shadow .22s ease;
}

.replicaDimensionTarget.isPressed span,
.replicaDimensionTarget.isEditing span {
  border-color: rgba(183, 255, 0, .62);
  background: rgba(183, 255, 0, .075);
  box-shadow:
    inset 0 0 0 1px rgba(183, 255, 0, .06),
    0 0 16px rgba(183, 255, 0, .09);
}

.replicaPreviewCanvas.isDimensionUpdating > img {
  animation: dimensionPreviewUpdate .38s cubic-bezier(.22, 1, .36, 1) both;
}

@keyframes dimensionPreviewUpdate {
  from {
    opacity: .28;
    transform: scale(.985);
    filter: blur(2px);
  }
  to {
    opacity: 1;
    transform: scale(1);
    filter: none;
  }
}

.replicaSwitch {
  display: flex;
  min-height: 29px;
  align-items: center;
  gap: 8px;
  padding: 0 8px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 9px;
  color: #d9ded7;
  font-size: clamp(5px, .58vw, 8px);
  font-weight: 740;
  text-transform: uppercase;
}

.replicaSwitch i {
  position: relative;
  width: 24px;
  height: 13px;
  flex: 0 0 auto;
  border-radius: 20px;
  background: #b7ff00;
  box-shadow: 0 0 12px rgba(183, 255, 0, .22);
  transition: background .22s ease, box-shadow .22s ease;
}

.replicaSwitch i::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
  transition: left .22s ease, right .22s ease;
}

.replicaSwitchTarget i {
  background: rgba(255, 255, 255, .08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .14);
}

.replicaSwitchTarget i::after {
  left: 2px;
  right: auto;
}

.replicaSwitchTarget.isOn i {
  background: #b7ff00;
  box-shadow: 0 0 12px rgba(183, 255, 0, .22);
}

.replicaSwitchTarget.isOn i::after {
  left: 13px;
}

.replicaSwitchTarget.isPressed {
  border-color: rgba(183, 255, 0, .46);
  transform: scale(.985);
}

.replicaChoiceTarget {
  position: relative;
  cursor: default;
  transition: border-color .2s ease, background .2s ease, transform .18s ease;
}

.replicaChoiceTarget::after {
  content: "⌄";
  position: absolute;
  right: 9px;
  bottom: 8px;
  color: #8e968d;
  font-size: 9px;
}

.replicaChoiceTarget.isOn {
  border-color: rgba(183, 255, 0, .56);
  background: rgba(183, 255, 0, .055);
}

.replicaChoiceTarget.isOn span {
  color: #b7ff00;
}

.replicaChoiceTarget.isPressed {
  transform: scale(.985);
}

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

.replicaTrussList span {
  display: grid;
  min-height: 45px;
  place-items: center;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 10px;
  color: #c9cec7;
  font-size: clamp(5px, .55vw, 7px);
  text-align: center;
}

.replicaTrussList span:first-child {
  border-color: rgba(183, 255, 0, .52);
  color: #fff;
  background: rgba(183, 255, 0, .055);
}

.replicaFacePicker {
  display: grid;
  width: 75%;
  margin: 4px auto;
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas: ". front ." "left . right" ". back .";
  gap: 5px;
}

.replicaFacePicker span {
  display: grid;
  min-height: 25px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 7px;
  color: #8e958d;
  font-size: clamp(5px, .55vw, 7px);
  font-weight: 800;
  text-transform: uppercase;
}

.replicaFacePicker span:nth-child(1) { grid-area: front; }
.replicaFacePicker span:nth-child(2) { grid-area: left; }
.replicaFacePicker span:nth-child(3) { grid-area: right; }
.replicaFacePicker span:nth-child(4) { grid-area: back; }
.replicaFacePicker span:nth-child(2),
.replicaFacePicker span:nth-child(3) {
  border-color: #b7ff00;
  background: #b7ff00;
  color: #11150c;
}

.replicaFloatingActions {
  position: absolute;
  left: 13px;
  bottom: 12px;
  display: flex;
  gap: 5px;
}

.replicaFloatingActions i {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 50%;
  background: #151815;
  color: #fff;
  font-size: 11px;
  font-style: normal;
}

.replicaPreview {
  display: flex;
  flex-direction: column;
  padding: 16px;
}

.replicaPreview header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.replicaPreview header small {
  display: block;
  margin-top: 2px;
  color: #858c85;
  font-size: clamp(5px, .56vw, 8px);
}

.replicaPreview header > b {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 999px;
  background: rgba(255, 255, 255, .045);
  color: #f3f5f1;
  font-size: clamp(5px, .6vw, 8px);
  white-space: nowrap;
}

.replicaPreviewCanvas {
  display: grid;
  min-height: 0;
  flex: 1;
  place-items: center;
  overflow: hidden;
  background: transparent;
  transition: opacity .18s ease, transform .28s ease;
}

.replicaPreviewCanvas img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  display: block;
  background: transparent;
  object-fit: contain;
  object-position: center;
}

.replicaPreviewCanvas img[hidden] {
  display: none;
}

.replicaPreviewCanvas img[data-preview-module="pilares"] {
  width: 78%;
  height: 78%;
}

.replicaInlinePreview {
  display: grid;
  width: 78%;
  height: 78%;
  place-items: center;
  background: transparent;
}

.replicaInlinePreview[hidden] {
  display: none;
}

.replicaInlinePreview > svg {
  position: static !important;
  inset: auto !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  overflow: visible;
  background: transparent !important;
  filter: drop-shadow(0 22px 34px rgba(0, 0, 0, .42));
}

.replicaInlinePreview [data-of-visual-kind="floor"],
.replicaInlinePreview [data-of-visual-kind="tile"] {
  fill: transparent !important;
  fill-opacity: 0 !important;
}

.replicaSummaryBlock {
  margin-bottom: 8px;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 11px;
  background: rgba(255, 255, 255, .035);
}

.replicaSummaryBlock > b {
  display: block;
  margin-bottom: 5px;
  color: #a3aaa2;
  font-size: clamp(5px, .57vw, 7.5px);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.replicaSummaryBlock p {
  display: grid;
  margin: 0;
  grid-template-columns: 1fr auto;
  gap: 3px 6px;
  color: #8e958e;
  font-size: clamp(4.5px, .52vw, 7px);
}

.replicaSummaryBlock em {
  color: #ced3cc;
  font-style: normal;
  text-align: right;
}

.replicaSummary button {
  width: 100%;
  min-height: 27px;
  margin-top: 5px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 999px;
  background: rgba(255, 255, 255, .035);
  color: #f2f4f0;
  font: 760 clamp(5px, .56vw, 7.5px)/1 "Segoe UI Variable", "Segoe UI", sans-serif;
}

.replicaSummary .replicaGenerate {
  border-color: transparent;
  background: #f5f6f3;
  color: #121512;
}

.replicaSummary .replicaExport {
  border-color: rgba(183, 255, 0, .7);
  background: rgba(183, 255, 0, .08);
}

.replicaSummary button.isPressed {
  transform: scale(.975);
  box-shadow: 0 0 22px rgba(183, 255, 0, .25);
}

.demoProject::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0,0,0,.08), transparent 30%, rgba(0,0,0,.12));
}

.demoResult {
  background: #090a09;
}

.demoResult video {
  opacity: .96;
  transform: scale(1.035);
}

.demoResult::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, .12), transparent 40%, rgba(0, 0, 0, .28));
}

.resultLabel {
  position: absolute;
  left: 24px;
  bottom: 22px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 100px;
  background: rgba(8, 10, 8, .74);
  color: #f5f7f3;
  font-size: 11px;
  backdrop-filter: blur(12px);
}

.resultLabel span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #b7ff00;
  box-shadow: 0 0 12px rgba(183, 255, 0, .65);
}

.demoCursor {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  width: 25px;
  pointer-events: none;
  opacity: 0;
  transform: translate(50vw, 50vh);
  filter: drop-shadow(0 3px 5px rgba(0, 0, 0, .5));
}

.demoCursor.isVisible { opacity: 1; }

.demoCursor svg {
  width: 100%;
  fill: #f9fbf8;
  stroke: #101310;
  stroke-width: 2;
  stroke-linejoin: round;
}

.demoCursor i {
  position: absolute;
  left: 2px;
  top: 2px;
  width: 12px;
  height: 12px;
  border: 2px solid #b7ff00;
  border-radius: 50%;
  opacity: 0;
}

.demoCursor.isClicking i {
  animation: demoClick .52s ease-out;
}

@keyframes drawOneFrame { to { stroke-dashoffset: 0; } }

@keyframes revealOneFrame { to { opacity: 1; transform: translateY(0); } }

@keyframes demoClick {
  0% { opacity: 1; transform: scale(.25); }
  100% { opacity: 0; transform: scale(2.8); }
}

@media (max-width: 820px) {
  .demoViewport {
    min-height: 390px;
    aspect-ratio: 4 / 3;
  }

  .demoWorkspace img {
    object-position: 70% center;
  }

  .licensePanel {
    width: min(340px, 76%);
  }

  .projectDataCard { width: min(460px, 78%); }
  .pluginReplica { padding: 7px; }
  .replicaTabs { height: 40px; gap: 2px; padding: 3px; }
  .replicaWorkspace { grid-template-columns: 31% minmax(0, 1fr); gap: 5px; padding-top: 5px; }
  .replicaSummary { display: none; }
  .replicaControls, .replicaPreview { padding: 11px; }
}

@media (max-width: 560px) {
  .productDemo { padding-inline: 12px; }
  .demoStageMotion { margin-top: 28px; }
  .demoShell { border-radius: 21px; }
  .demoViewport { min-height: 420px; aspect-ratio: auto; }
  .demoWorkspace img { object-position: 74% center; }
  .licensePanel { width: 78%; }
  .projectDataCard { width: 82%; padding: 20px; }
  .projectDataStatus span { display: none; }
  .desktopShortcut { transform: scale(.88); }
  .replicaTabs button { font-size: 5px; }
  .replicaControls { padding: 9px; }
  .replicaPreview { padding: 9px; }
  .replicaFields { grid-template-columns: 1fr; }
  .replicaCard:nth-child(n+3) { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .demoShell {
    transition: none;
  }

  .demoScene,
  .oneFrameIntro,
  .licensePanel {
    transition: none !important;
  }

  .oneFrameIntro path,
  .oneFrameIntro strong {
    animation: none !important;
  }
}
