/* Hero pixel-perfect NomiPress */
.static-showcase {
  --hero-green: #78ff15;
  --hero-cyan: #00e5ff;
  position: relative;
  width: 100%;
  height: clamp(500px, 53vw, 740px);
  min-height: 500px;
  overflow: hidden;
  background: #02060a;
  color: #f7fbff;
  box-shadow: 0 18px 65px rgba(0, 0, 0, 0.55);
  isolation: isolate;
}

.static-showcase__background,
.static-showcase__vignette,
.static-showcase__scan {
  position: absolute;
  inset: 0;
}

.static-showcase__background {
  z-index: 0;
}

.static-showcase__background img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.static-showcase__vignette {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.16)),
    radial-gradient(circle at 32% 43%, rgba(0, 0, 0, 0.05), transparent 28%),
    radial-gradient(circle at 84% 60%, rgba(0, 0, 0, 0.08), transparent 28%);
}

.static-showcase__scan {
  z-index: 2;
  opacity: 0.05;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 100% 4px;
  pointer-events: none;
}

.static-showcase__copy {
  position: absolute;
  z-index: 6;
  left: 4.15%;
  top: 4.8%;
  width: 43.5%;
  max-width: 680px;
}

.static-showcase__logo-wrap img {
  display: block;
  width: min(96%, 600px);
  max-width: none;
  height: auto;
  visibility: hidden;
}

.static-showcase__laser {
  position: relative;
  width: 69%;
  height: 2px;
  margin: clamp(10px, 1.55vw, 20px) 0 clamp(18px, 2.5vw, 34px);
  background: linear-gradient(90deg, rgba(120, 255, 21, 0.75), rgba(120, 255, 21, 0.4), transparent 72%);
}

.static-showcase__laser::after {
  content: "";
  position: absolute;
  right: 0;
  top: -3px;
  width: 28%;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(120, 255, 21, 0.78), rgba(255, 255, 255, 0.96));
  box-shadow: 0 0 18px rgba(120, 255, 21, 0.9), 0 0 34px rgba(120, 255, 21, 0.35);
}

.static-showcase__copy h1 {
  margin: 0;
  max-width: min(720px, 96%);
  color: #f7fbff;
  font-size: clamp(1.72rem, 2.85vw, 3.18rem);
  font-style: italic;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.78);
}

.static-showcase__copy h1 span {
  color: var(--hero-green);
  white-space: nowrap;
}

.static-showcase__benefits {
  display: flex;
  align-items: center;
  gap: clamp(8px, 1.45vw, 22px);
  margin-top: clamp(24px, 3vw, 42px);
}

.static-showcase__benefit {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(6px, 0.8vw, 10px);
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(0.9rem, 1.22vw, 1.35rem);
  white-space: nowrap;
}

.static-showcase__benefit:not(:last-child) {
  padding-right: clamp(8px, 1.45vw, 22px);
}

.static-showcase__benefit:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  width: 1px;
  height: clamp(17px, 2vw, 27px);
  background: rgba(255, 255, 255, 0.35);
}

.static-showcase__benefit img {
  display: block;
  width: clamp(20px, 2.3vw, 34px);
  height: clamp(20px, 2.3vw, 34px);
  filter: drop-shadow(0 0 9px rgba(120, 255, 21, 0.5));
}

.static-showcase__features {
  display: flex;
  align-items: flex-start;
  gap: clamp(12px, 1.95vw, 30px);
  margin-top: clamp(24px, 3.35vw, 46px);
}

.static-showcase__feature {
  width: clamp(54px, 6.2vw, 94px);
  text-align: center;
}

.static-showcase__feature img {
  display: block;
  width: clamp(38px, 4.25vw, 62px);
  height: clamp(38px, 4.25vw, 62px);
  margin: 0 auto clamp(6px, 0.8vw, 12px);
  filter: drop-shadow(0 0 8px rgba(0, 229, 255, 0.46));
}

.static-showcase__feature p {
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(0.47rem, 0.8vw, 0.8rem);
  font-weight: 800;
  line-height: 1.24;
}

.static-showcase__panel-wrap {
  position: absolute;
  z-index: 4;
  right: 2.8%;
  top: 5.8%;
  width: 56.5%;
  transform: perspective(1200px) rotateY(-10deg) rotateX(1deg) rotateZ(-1.6deg);
  transform-origin: center center;
  filter: drop-shadow(0 0 18px rgba(0, 229, 255, 0.16));
  transition: transform 180ms ease-out;
}

.static-showcase__panel-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.static-showcase__print-group {
  position: absolute;
  z-index: 7;
  right: 15%;
  bottom: 7.2%;
  width: 33.5%;
  height: 29%;
  transition: transform 180ms ease-out;
}

.static-showcase__sheet-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 76.9%;
  transform: perspective(900px) rotateX(56deg) rotateZ(5deg);
  transform-origin: center bottom;
  filter: drop-shadow(0 18px 18px rgba(0, 0, 0, 0.42));
}

.static-showcase__sheet-wrap img,
.static-showcase__tag-wrap img,
.static-showcase__transfer-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.static-showcase__tag-wrap {
  position: absolute;
  left: 56.9%;
  bottom: -2.1%;
  z-index: 3;
  width: 20%;
  transform: rotate(-6deg);
  filter: drop-shadow(0 0 10px rgba(120, 255, 21, 0.25)) drop-shadow(0 8px 10px rgba(0, 0, 0, 0.4));
}

.static-showcase__transfer-wrap {
  position: absolute;
  right: 0;
  bottom: 5.95%;
  width: 37.2%;
  transform: perspective(900px) rotateX(57deg) rotateZ(4deg);
  transform-origin: center bottom;
  filter: drop-shadow(0 13px 14px rgba(0, 0, 0, 0.38));
}

.static-showcase__transfer-glass {
  position: absolute;
  inset: 12px 0 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 30px rgba(255, 255, 255, 0.04);
}

.static-showcase__transfer-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(45deg, rgba(0, 229, 255, 0.08) 1px, transparent 1px);
  background-size: 12px 12px;
  opacity: 0.55;
  pointer-events: none;
}

.static-showcase__transfer-wrap img {
  position: relative;
  z-index: 1;
}

.static-showcase__status {
  position: absolute;
  z-index: 8;
  right: 15.5%;
  bottom: 3.35%;
  display: flex;
  align-items: center;
  gap: clamp(8px, 1.2vw, 16px);
  width: 28%;
  min-height: clamp(42px, 4.9vw, 68px);
  padding: clamp(8px, 0.92vw, 14px) clamp(12px, 1.45vw, 22px);
  border: 1px solid rgba(0, 229, 255, 0.55);
  border-radius: 8px;
  background: rgba(2, 12, 16, 0.7);
  box-shadow: 0 0 18px rgba(0, 229, 255, 0.08);
}

.static-showcase__status-icon {
  display: grid;
  place-items: center;
  flex: 0 0 clamp(28px, 3.1vw, 46px);
  width: clamp(28px, 3.1vw, 46px);
  height: clamp(28px, 3.1vw, 46px);
  border: 2px solid var(--hero-cyan);
  border-radius: 50%;
  color: var(--hero-cyan);
  font-size: clamp(0.62rem, 0.8vw, 0.85rem);
  font-weight: 900;
}

.static-showcase__status p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(0.46rem, 0.72vw, 0.82rem);
  font-weight: 700;
  line-height: 1.35;
}

.static-showcase__status strong {
  color: var(--hero-green);
  font-size: clamp(0.48rem, 0.76vw, 0.86rem);
}

@media (max-width: 980px) {
  .static-showcase {
    height: clamp(540px, 80vw, 780px);
  }

  .static-showcase__copy {
    top: 5.6%;
    width: 48%;
  }

  .static-showcase__panel-wrap {
    width: 60%;
    right: -1%;
  }

  .static-showcase__print-group {
    right: 8%;
    width: 38%;
  }

  .static-showcase__status {
    right: 8%;
    width: 36%;
  }

  .static-showcase__copy h1 {
    font-size: clamp(1.55rem, 3.25vw, 2.45rem);
  }

  .static-showcase__benefit {
    font-size: clamp(0.8rem, 1.45vw, 1rem);
  }

  .static-showcase__feature {
    width: clamp(50px, 7vw, 76px);
  }
}

@media (max-width: 768px) {
  .static-showcase {
    height: auto;
    min-height: auto;
    padding: 30px 16px 78px;
  }

  .static-showcase__background img {
    object-position: 62% top;
  }

  .static-showcase__copy,
  .static-showcase__panel-wrap,
  .static-showcase__print-group,
  .static-showcase__status {
    position: relative;
    inset: auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    transform: none !important;
  }

  .static-showcase__copy {
    z-index: 8;
    padding-top: 0;
    max-width: 560px;
  }

  .static-showcase__logo-wrap {
    display: none;
  }

  .static-showcase__laser {
    width: min(300px, 72vw);
    margin: 0 0 20px;
  }

  .static-showcase__copy h1 {
    max-width: 440px;
    font-size: clamp(2rem, 7.2vw, 3rem);
    line-height: 1.05;
  }

  .static-showcase__copy h1 span {
    display: block;
    white-space: normal;
  }

  .static-showcase__benefits {
    flex-wrap: wrap;
    gap: 12px 18px;
    margin-top: 22px;
  }

  .static-showcase__benefit:not(:last-child)::after {
    display: none;
  }

  .static-showcase__features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px 10px;
    width: min(460px, 100%);
    margin-top: 30px;
  }

  .static-showcase__feature {
    width: auto;
  }

  .static-showcase__panel-wrap {
    width: min(620px, 100%);
    margin-top: 28px;
  }

  .static-showcase__print-group {
    width: min(520px, 100%);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(92px, 0.36fr);
    align-items: end;
    gap: 12px;
    height: auto;
    margin-top: 18px;
  }

  .static-showcase__sheet-wrap,
  .static-showcase__tag-wrap,
  .static-showcase__transfer-wrap {
    position: relative;
    inset: auto;
    width: 100%;
    transform: none !important;
  }

  .static-showcase__tag-wrap {
    width: 100%;
    max-width: 142px;
    align-self: end;
    justify-self: start;
  }

  .static-showcase__transfer-wrap {
    grid-column: 1 / -1;
    justify-self: center;
    width: min(220px, 52vw);
    margin-top: 2px;
  }

  .static-showcase__status {
    max-width: 360px;
    margin-top: 10px;
    margin-bottom: 0;
  }
}

@media (max-width: 460px) {
  .static-showcase {
    padding: 26px 14px 84px;
  }

  .static-showcase__copy h1 {
    font-size: clamp(1.7rem, 8.6vw, 2.25rem);
  }

  .static-showcase__benefits {
    display: grid;
    gap: 10px;
  }

  .static-showcase__benefit {
    font-size: 0.95rem;
  }

  .static-showcase__features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 10px;
  }

  .static-showcase__feature img {
    width: 42px;
    height: 42px;
  }

  .static-showcase__feature p {
    font-size: 0.62rem;
  }

  .static-showcase__print-group {
    grid-template-columns: minmax(0, 1fr) 92px;
    gap: 10px;
    width: min(360px, 100%);
  }

  .static-showcase__tag-wrap {
    width: 92px;
    max-width: 92px;
  }

  .static-showcase__transfer-wrap {
    grid-column: 1 / -1;
    width: min(180px, 54vw);
    justify-self: center;
    margin-top: 0;
  }

  .static-showcase__status {
    max-width: none;
    width: 100%;
  }
}
